0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

docs: update install.md (#3152)

Fix a **very** minor typo
This commit is contained in:
Andrew 2022-05-04 23:10:06 -07:00 committed by GitHub
parent 1cfb52d414
commit ff49f7df03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)