Skip to content

Commit 7a50202

Browse files
authored
Update README.md
1 parent 73cd90f commit 7a50202

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ https://github.com/nodesource/distributions/blob/master/README.md
2828
```cp ormconfig-sample.json ormconfig.json```
2929

3030
### Edit borkerconfig.json to contain your own Dogecoin values and starting block preference
31-
If you are connecting to a remote Dogecoin node, make sure the node is configured to allow your local IP in dogecoin.conf
32-
33-
```rpcallowip=```
31+
*If you are connecting to a remote Dogecoin node, make sure the node is configured to allow your local IP in dogecoin.conf*: ```rpcallowip=```
3432

3533
### Install packages
3634
```npm install```
@@ -39,7 +37,7 @@ If you are connecting to a remote Dogecoin node, make sure the node is configure
3937
```npm run build```
4038

4139
### Start the server and Bork on
42-
```npm run start```
40+
```npm start```
4341

4442
## * To run tests *
45-
```npm run test```
43+
```npm test```

0 commit comments

Comments
 (0)