Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Copy and paste this sample data set:
set Users['jsmith']['last'] = 'Smith';
set Users['jsmith']['age'] = '38';

Verify another node in the cluster can read the the `jsmith` record:
Verify another node in the cluster can read the `jsmith` record:

vagrant ssh node3
/usr/local/cassandra/bin/cassandra-cli -h 192.168.2.12
Expand Down