Skip to content

Commit 9ad4153

Browse files
committed
Doc fixes.
1 parent 0121657 commit 9ad4153

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Installation is done using npm - `npm install --save @arekx/data-flow-js`.
6060

6161
# Examples
6262

63-
Examples are in html files `examples` folder, you will need to build dataflow in order for them to work.
63+
Examples are in html files `examples` folder.
6464

6565
# Building
6666

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arekx/data-flow-js",
3-
"version": "1.0.8",
4-
"description": "One-way/Two-way data binding and handling and rendeing JS library",
3+
"version": "1.0.9",
4+
"description": "Data binding and handling and rendering JS library",
55
"main": "dist/data-flow.min.js",
66
"scripts": {
77
"start": "rollup -c -w",

0 commit comments

Comments
 (0)