diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -1,5 +1,15 @@ # Vigilante +## Description + +Store all your observables in one place. `Vigilante` consists only of one function, `vigilante.observe(keyword)`, that is used to get an observable from the store. + +## Get it + +```shell +yarn install vigilante +``` + ## Example app.tag @@ -43,10 +53,4 @@ push-button.tag } </script> </push-button> -``` - -## Get it - -```shell -yarn install vigilante ```
\ No newline at end of file |
