aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-03-03 17:43:28 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-03-03 17:43:28 +0200
commit223370f564a428aaedcf0305b70ddc06ce97420f (patch)
tree798874e626244adae44c15ba20fc60b431b6c27b
parent36db691678b1062831358e285aa6407f05647a78 (diff)
Improve README
-rw-r--r--README.md2
-rw-r--r--package.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 297d0b0..74476ad 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
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.
+For instructions, see the short example below or a full example [here](https://github.com/jantuomi/riot-parcel-example).
+
## Get it
```shell
diff --git a/package.json b/package.json
index 1037c8e..411c733 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "riot-vigilante",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Minimal riot.js observable management library",
"main": "vigilante.js",
"repository": "https://github.com/jantuomi/vigilante",