Skip to content

Commit 0cc4ebe

Browse files
authored
Merge pull request #279 from Japh/readme-typo
Incorrect backtick
2 parents ca3e711 + c78d21e commit 0cc4ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ENV NPM_CONFIG_LOGLEVEL warn
9090

9191
### Docker Run
9292

93-
If you run the node image using `docker run˙ you can use the `-e` flag to
93+
If you run the node image using `docker run` you can use the `-e` flag to
9494
override `NPM_CONFIG_LOGLEVEL`.
9595

9696
```
@@ -130,7 +130,7 @@ This image is based on the popular
130130
much smaller than most distribution base images (~5MB), and thus leads to much
131131
slimmer images in general.
132132

133-
This variant is highly recommended when final image size being as small as
133+
This variant is highly recommended when final image size being as small as
134134
possible is desired. The main caveat to note is that it does use
135135
[musl libc](http://www.musl-libc.org) instead of
136136
[glibc and friends](http://www.etalabs.net/compare_libcs.html), so certain

0 commit comments

Comments
 (0)