Skip to content

Commit 4b2f009

Browse files
committed
Update ReadMe.md
1 parent 6f3c6dc commit 4b2f009

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

ReadMe.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,28 @@
22

33
1. Clone the repo
44

5-
```
6-
$ git clone https://github.com/swells/js-example-fraud-score.git
5+
```
6+
$ git clone https://github.com/swells/js-example-fraud-score.git
77
8-
```
8+
```
99

1010
2. Install the global requirements:
1111

12-
```
13-
$ npm install -g gulp bower browserify
14-
15-
```
12+
```
13+
$ npm install -g gulp bower browserify
14+
```
1615

1716
3. Install the local requirements:
1817

19-
```
20-
$ npm install
21-
```
18+
```
19+
$ npm install
20+
```
2221

2322
4. Run locally:
2423

25-
```
26-
$ gulp
27-
```
24+
```
25+
$ gulp
26+
```
2827

2928
5. View in browser at `http://localhost:9080`
3029

0 commit comments

Comments
 (0)