Skip to content

Commit 756777d

Browse files
committed
Merge pull request #66 from joscha/patch-2
docs: add highlighting
2 parents a6ff304 + 55d2c9a commit 756777d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ After this is done and `testChunks` enabled, an upload can quickly catch up even
9494
#### Configuration
9595

9696
The object is loaded with a configuration options:
97-
98-
var r = new Flow({opt1:'val', ...});
99-
97+
```javascript
98+
var r = new Flow({opt1:'val', ...});
99+
```
100100
Available configuration options are:
101101

102102
* `target` The target URL for the multipart POST request. This can be a string or a function. If a
@@ -234,17 +234,17 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
234234

235235
## Installation Dependencies
236236
1. To clone your Github repository, run:
237-
238-
git clone [email protected]:<github username>/flow.js.git
239-
237+
```console
238+
git clone [email protected]:<github username>/flow.js.git
239+
```
240240
2. To go to the Flow.js directory, run:
241-
242-
cd flow.js
243-
241+
```console
242+
cd flow.js
243+
```
244244
3. To add node.js dependencies
245-
246-
npm install
247-
245+
```console
246+
npm install
247+
```
248248
## Testing
249249

250250
Our unit and integration tests are written with Jasmine and executed with Karma. To run all of the

0 commit comments

Comments
 (0)