Skip to content

Commit b9221c2

Browse files
committed
README: fix typo and minor improvements
1 parent 6e3a810 commit b9221c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ download_pandoc()
6666
```
6767

6868
The default install location is included in the search path for pandoc, so you
69-
don't need to add it to `PATH`.
69+
don't need to add it to the `PATH`.
7070

7171
#### Installing pandoc manually
7272

@@ -83,8 +83,8 @@ make pandoc available on many more platforms:
8383
- [FreeBSD port](https://www.freshports.org/textproc/pandoc/)
8484
- Or see [Pandoc - Installing pandoc](https://pandoc.org/installing.html)
8585

86-
Be aware that not all install mechanisms put pandoc in `PATH`, so you either
87-
have to change `PATH` yourself or set the full `PATH` to pandoc in
86+
Be aware that not all install mechanisms put pandoc in the `PATH`, so you either
87+
have to change the `PATH` yourself or set the full `PATH` to pandoc in
8888
`PYPANDOC_PANDOC`. See the next section for more information.
8989

9090
### Specifying the location of pandoc binaries
@@ -197,7 +197,7 @@ utility functions. Example:
197197

198198
```
199199
print(pypandoc.get_pandoc_version())
200-
print(pypandoc.get_pandoc_`PATH`())
200+
print(pypandoc.get_pandoc_path())
201201
print(pypandoc.get_pandoc_formats())
202202
```
203203

0 commit comments

Comments
 (0)