Skip to content

Commit

Permalink
Doc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekX committed Oct 29, 2018
1 parent 0121657 commit 9ad4153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9ad4153

Please sign in to comment.