diff --git a/README.md b/README.md index 54a2631..bb996bc 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,7 @@ If you have state that's important to retain within a component, consider creati import { writable } from 'svelte/store' export default writable(0) ``` + +## License + +[AGPL v3](LICENSE) — see the `LICENSE` file for details.