From c50adc46b5cda1308d054dd1083e28d31b3e3c99 Mon Sep 17 00:00:00 2001 From: Fernando Correia Date: Sun, 29 Sep 2019 17:37:35 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d364afd..710b9df 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Please feel free to [create an issue](https://github.com/mkenney/docker-npm/issu ## Tagged Images -Images are tagged according to the installed Node version and operating system. Package versions are not pinned, instead [`npm`](https://npmjs.org/) is executed to install current versions of each package. If stability issues aries, I will pin package versions in a `Dockerfile` for that Node/OS version and create a image tagged as `stable` based on it. Please [let me know](https://github.com/mkenney/docker-npm/issues) if you run into this situation. +Images are tagged according to the installed Node version and operating system. Package versions are not pinned, instead [`npm`](https://npmjs.org/) is executed to install current versions of each package. If stability issues arise, I will pin package versions in a `Dockerfile` for that Node/OS version and create a image tagged as `stable` based on it. Please [let me know](https://github.com/mkenney/docker-npm/issues) if you run into this situation. ### Alpine