Skip to content

Commit 67620a7

Browse files
committed
Prep for patch
1 parent 673623b commit 67620a7

File tree

3 files changed

+246
-259
lines changed

3 files changed

+246
-259
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A feather-light and well-tested toast notification component for modern web fron
1212
[little](https://github.com/zerodevx/svelte-toast/blob/master/src/lib/ToastItem.svelte)
1313
[lines](https://github.com/zerodevx/svelte-toast/blob/master/src/lib/stores.js) of
1414
[code](https://github.com/zerodevx/svelte-toast/blob/master/src/lib/index.js). Compiled (into UMD),
15-
it's only **19kb** minified (**8kb** gzipped) and can be used in Vanilla JS, or as a Svelte
15+
it's only **20kB** minified (**8kB** gzipped) and can be used in Vanilla JS, or as a Svelte
1616
component.
1717

1818
Because a demo helps better than a thousand API docs: https://zerodevx.github.io/svelte-toast/
@@ -523,7 +523,7 @@ function push(msg, opts) { ... }
523523

524524
/**
525525
* Remove toast(s)
526-
* @param {(number|Object.<'target', string>)} [id]
526+
* @param {(number|Object<'target',string>)} [id]
527527
*/
528528
function pop(id) { ... }
529529

@@ -537,7 +537,7 @@ function set(id, opts) { ... }
537537

538538
## Development
539539

540-
Standard Github
540+
Packaging is through [SvelteKit](https://kit.svelte.dev/docs/packaging). Standard Github
541541
[contribution workflow](https://docs.github.com/en/get-started/quickstart/contributing-to-projects)
542542
applies.
543543

0 commit comments

Comments
 (0)