Merge branch 'master' of ssh://git.foosoft.net:2222/alex/mdview

This commit is contained in:
Alex Yatskov 2023-12-30 19:58:35 -08:00
commit 086107b149

View File

@ -14,7 +14,7 @@ MdView recursively renders the parent directory of the user-provided file and se
## Usage
Simply execute MdView with the path of the Markdown file you wish to view:
Execute MdView with the path of the Markdown file you wish to view:
```
mdview path/to/file.md
```