From d84abd00b32b4f3be834e64921ff61c58f789e4f Mon Sep 17 00:00:00 2001 From: pawelmalak Date: Sat, 25 Sep 2021 14:27:19 +0200 Subject: [PATCH] Fixed typo in README file and added Docker Hub link --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9040a3e..7cfadcd 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ npm run dev ### With Docker +#### Docker Hub +[Docker Hub image link](https://hub.docker.com/r/pawelmalak/snippet-box). +For arm platforms use `:arm` tag. + #### Building image ```sh @@ -77,7 +81,7 @@ docker run -p 5000:5000 -v /path/to/data:/app/data snippet-box ![Snippet screenshot](./.github/img/snippet.png) -- Edditor +- Editor - Create and edit your snippets from simple and easy to use editor ![Editor screenshot](./.github/img/editor.png)