Skip to content

Commit

Permalink
Fix keyspace readme (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksraiden authored Nov 26, 2023
1 parent fde33e7 commit dccf221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ await DB.createKeyspace('mykeyspace');
A keyspace with replicationClass and replicationFactor

```ts
await DB.useKeyspace('myotherkeyspace', 'SimpleStrategy', 1);
await DB.createKeyspace('myotherkeyspace', 'SimpleStrategy', 1);
```

### dropKeyspace
Expand Down

0 comments on commit dccf221

Please sign in to comment.