Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
beccam committed May 25, 2019
1 parent ffb7329 commit e7e8760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ Note how the main method creates a session to connect to our cluster and runs th
Replace the default parameter in `Cluster.Builder()` with your own contact point.

```csharp
// TO DO: Fill in the ip address of your node
// TO DO: Fill in your own contact point
Cluster cluster = Cluster.Builder()
.AddContactPoint("127.0.0.1")
.Build();
Expand Down

0 comments on commit e7e8760

Please sign in to comment.