docs: mention AGPL v3 license in README
This commit is contained in:
@@ -41,3 +41,7 @@ If you have state that's important to retain within a component, consider creati
|
|||||||
import { writable } from 'svelte/store'
|
import { writable } from 'svelte/store'
|
||||||
export default writable(0)
|
export default writable(0)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[AGPL v3](LICENSE) — see the `LICENSE` file for details.
|
||||||
|
|||||||
Reference in New Issue
Block a user