Skip to content

Commit

Permalink
Update README.md (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-snowman authored Nov 7, 2023
1 parent 0527d9f commit 5185dc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ nautiluscli info
```

### Create a new Collection
Create a new collection ```myCollection``` in the shared demo account. If an
API key is configured, a private collection will be created that is only accessible to the configured API key.
Create a new collection ```myCollection``` in the shared demo account.
A collection will be created that is only accessible to the configured API key.
```shell
nautiluscli create-collection myCollection
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "nautiluscli"
description = "Command-line interface for NautilusDB"
version = "0.5.1"
version = "0.5.2"
requires-python = ">=3.10"
authors = ["NautilusDB <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 5185dc7

Please sign in to comment.