@budarin/use-route 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/demo/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
[](https://bundlephobia.com/result?p=@budarin/use-route)
|
|
22
22
|
[](https://github.com/budarin/use-route)
|
|
23
23
|
|
|
24
|
-
**Живое демо:** запуск в браузере без установки; исходники в папке [demo/](https://github.com/budarin/use-route/tree/master/demo).
|
|
24
|
+
**Живое демо:** запуск в браузере без установки; исходники в папке [demo/](https://github.com/budarin/use-route/tree/master/demo).
|
|
25
25
|
|
|
26
26
|
- [Open in StackBlitz](https://stackblitz.com/github/budarin/use-route/tree/master/demo)
|
|
27
|
-
- [Open in CodeSandbox](https://
|
|
27
|
+
- [Open in CodeSandbox](https://codesandbox.io/p/sandbox/github/budarin/use-route/tree/master/demo)
|
|
28
28
|
|
|
29
29
|
## ✨ Особенности
|
|
30
30
|
|
package/demo/package.json
CHANGED