diff --git a/README.md b/README.md index f606858..4c89d29 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Pick a node to connect to the Fluence network. ```typescript import { testNet } from '@fluencelabs/fluence-network-environment'; -export const relayNode = testNet[0]; +export const relayNode = testNet[1]; ``` Which can be used to initialize the Fluence client (see [Fluence JS SDK](https://github.com/fluencelabs/fluence-js).)