Conduitry
/
svelte-state
Archived
1
Fork 0

fix links

This commit is contained in:
Conduitry 2018-07-15 21:19:53 -04:00
parent 16aec993f6
commit 452a2b133b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Svelte-State
A very small, simple library for managing state in a [Svelte](//svelte.technology) app. Steals the most useful bits from `redux` and `react-redux` and presents them as a single library with no dependencies.
A very small, simple library for managing state in a [Svelte](https://svelte.technology) app. Steals the most useful bits from `redux` and `react-redux` and presents them as a single library with no dependencies.
**Disclaimer:** Probably all that extra code in Redux is there for a reason, and probably one day I'll regret not just using the real Redux library.
@ -54,4 +54,4 @@ Call `connect` appropriately in the `oncreate` hook of your Svelte component. Th
Copyright (c) 2017 Conduitry
- [MIT](https://github.com/Conduitry/svelte-state/blob/master/LICENSE)
- [MIT](LICENSE)