Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vkzrx committed Dec 19, 2023
1 parent 8dc4db3 commit ab7af0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/Quick-start/_index.md
Expand Up @@ -11,7 +11,7 @@ $ rqlited -node-id 1 data1
Once launched rqlite will be listening on [http://localhost:4001](http://localhost:4001).

### Docker
`docker run -p4001:4001 rqlite/rqlite`
`docker run -p 4001:4001 rqlite/rqlite`

### macOS
`homebrew rqlite`
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/install-rqlite/_index.md
Expand Up @@ -9,7 +9,7 @@ Prebuilt binaries are available for a variety of systems including **Linux**, **
## Platforms

### Docker
`docker run -p4001:4001 rqlite/rqlite`
`docker run -p 4001:4001 rqlite/rqlite`

Check out the [rqlite Docker page](https://hub.docker.com/r/rqlite/rqlite/) for more details on running rqlite nodes via Docker.

Expand Down

0 comments on commit ab7af0d

Please sign in to comment.