Skip to content

Commit

Permalink
Update README with new RSLClient interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylorch committed Aug 12, 2021
1 parent edd1b7e commit 864d5d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ironfleet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ where you fill out the ellipses to provide:
Your client implementation, like in `src/IronRSLKVClient/Client.cs`, will
create a connection to the replicated service with:
```
RSLClient rslClient = new RSLClient(serverEndpoints, myPortNumber);
var serviceIdentity = ServiceIdentity.ReadFromFile(serviceFileName);
RSLClient rslClient = new RSLClient(serviceIdentity, serviceName);
```
and submit requests to that replicated service with:
```
Expand Down

0 comments on commit 864d5d5

Please sign in to comment.