File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,21 @@ Samples and examples are available in the `samples/` folder. Please push your ow
15
15
JQuery and node.js backend demo https://github.com/flowjs/flow.js/tree/master/samples/Node.js
16
16
17
17
## How can I install it?
18
- use bower:
18
+
19
+ Download a latest build.zip from https://github.com/flowjs/flow.js/releases
20
+ it contains development and minified production files.
21
+
22
+ or use bower:
19
23
20
24
bower install flow.js#~2
21
- use cdn, look for available packages at http://www.jsdelivr.com/#!flow.js
22
-
25
+
23
26
or use git clone
24
27
25
28
git clone https://github.com/flowjs/flow.js
26
29
30
+ or use cdn, look for available packages at http://www.jsdelivr.com/#!flow ,
31
+
32
+
27
33
## How can I use it?
28
34
29
35
A new ` Flow ` object is created with information of what and where to post:
You can’t perform that action at this time.
0 commit comments