diff --git a/README.md b/README.md index ea3824d..aa3e5b1 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Installation is done using npm - `npm install --save @arekx/data-flow-js`. # Examples -Examples are in html files `examples` folder, you will need to build dataflow in order for them to work. +Examples are in html files `examples` folder. # Building diff --git a/package.json b/package.json index e9c837a..3d8cef2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@arekx/data-flow-js", - "version": "1.0.8", - "description": "One-way/Two-way data binding and handling and rendeing JS library", + "version": "1.0.9", + "description": "Data binding and handling and rendering JS library", "main": "dist/data-flow.min.js", "scripts": { "start": "rollup -c -w",