mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 03:35:49 +00:00
Update readme
This commit is contained in:
@@ -17,7 +17,8 @@ This library can connect to the Ripple network via the WebSocket protocol and ru
|
||||
[ripple-lib.remote](https://github.com/ripple/ripple-lib/blob/develop/src/js/ripple/remote.js) is responsible for managing connections to rippled servers.
|
||||
|
||||
```js
|
||||
var remote = require('ripple-lib').Remote({
|
||||
var Remote = require('ripple-lib').Remote;
|
||||
var remote = new Remote({
|
||||
servers: [
|
||||
{
|
||||
host: ''
|
||||
|
||||
Reference in New Issue
Block a user