Skip to content

Commit 07961b4

Browse files
author
Christopher Chen
authored
Update README.md
1 parent ac9ec41 commit 07961b4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# RippleWS
2-
This is a simple client to serve Rippled Closed Ledger data.
3-
All closed ledger data will be output to the console.
2+
Creates a new node using websocket to act as both a client and a server. Automatically sends message to connected clients and logs responses from clients.
43

54
## Looking at the code
6-
Start at client.js
5+
Start at RippleNode.js
76

87
## Running
9-
`node client.js`
8+
`node client.js --port [port] --urls (optional) [list of urls to connect to]`
109

1110
## Install Dependencies
1211
`npm install`

0 commit comments

Comments
 (0)