We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc1362 commit c19edf7Copy full SHA for c19edf7
README.md
@@ -41,7 +41,6 @@ The NuGet package files are added along side the source with the latest GitHub r
41
42
```csharp
43
// Get my balance
44
-var restClient = new BitfinexRestClient();
45
var client = new PeerBerryClient();
46
await client.InitializeUsingEmailAsync("email", "password");
47
// alternatively you can use client.InitializeUsingTokensAsync
0 commit comments