Fixed typo in README file and added Docker Hub link

This commit is contained in:
pawelmalak
2021-09-25 14:27:19 +02:00
committed by GitHub
parent 8c603dcd2f
commit d84abd00b3

View File

@@ -37,6 +37,10 @@ npm run dev
### With Docker ### With Docker
#### Docker Hub
[Docker Hub image link](https://hub.docker.com/r/pawelmalak/snippet-box).
For arm platforms use `:arm` tag.
#### Building image #### Building image
```sh ```sh
@@ -77,7 +81,7 @@ docker run -p 5000:5000 -v /path/to/data:/app/data snippet-box
![Snippet screenshot](./.github/img/snippet.png) ![Snippet screenshot](./.github/img/snippet.png)
- Edditor - Editor
- Create and edit your snippets from simple and easy to use editor - Create and edit your snippets from simple and easy to use editor
![Editor screenshot](./.github/img/editor.png) ![Editor screenshot](./.github/img/editor.png)