From ff49f7df033d1acdad5c60e5beba537e40d906fa Mon Sep 17 00:00:00 2001 From: Andrew <48300131+andrewmjordan@users.noreply.github.com> Date: Wed, 4 May 2022 23:10:06 -0700 Subject: [PATCH] docs: update install.md (#3152) Fix a **very** minor typo --- website/docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/install.md b/website/docs/install.md index bf80408f0..59a30ad04 100644 --- a/website/docs/install.md +++ b/website/docs/install.md @@ -115,6 +115,6 @@ docker run -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio ## Heroku with Docker -For easy deployment you could use [Heroku](https://www.heroku.com/home), the _free_ dino tier allows you to test their platform using a Docker container, check this example. +For easy deployment you could use [Heroku](https://www.heroku.com/home), the _free_ dyno tier allows you to test their platform using a Docker container, check this example. [https://github.com/juanpicado/verdaccio-heroku-example](https://github.com/juanpicado/verdaccio-heroku-example)