Skip to content

Commit f25e277

Browse files
committed
slight change to docker part in readme
1 parent acc0f1f commit f25e277

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
@@ -376,13 +376,13 @@ Docker
376376
docker build -t markdown-toc-generator .
377377
```
378378
379-
* Run on URL
379+
* Run on an URL
380380
381381
```shell
382382
docker run -it markdown-toc-generator https://github.com/ekalinin/envirius/blob/master/README.md
383383
```
384384
385-
* Run on local (need to share volume with docker)
385+
* Run on a local file (need to share volume with docker)
386386
387387
```shell
388388
docker run -it -v /data/ekalinin/envirius:/data markdown-toc-generator /data/README.md

0 commit comments

Comments
 (0)