mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 04: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.
|
[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
|
```js
|
||||||
var remote = require('ripple-lib').Remote({
|
var Remote = require('ripple-lib').Remote;
|
||||||
|
var remote = new Remote({
|
||||||
servers: [
|
servers: [
|
||||||
{
|
{
|
||||||
host: ''
|
host: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user