aboutsummaryrefslogtreecommitdiff
path: root/doc/getting-started.md
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2019-10-28 18:45:36 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-28 10:45:36 -0700
commit57e2148ca2b9604b35cfceacbd89487d6f5f8aab (patch)
tree3c35f9738a9933b48b9243aac8dd3a00fb9617cc /doc/getting-started.md
parent88409f9afa125d012da13965c199e794c1b455f6 (diff)
downloadpandoc-57e2148ca2b9604b35cfceacbd89487d6f5f8aab.tar.gz
Fix capitalization of "Linux" in docs (#5859)
Diffstat (limited to 'doc/getting-started.md')
-rw-r--r--doc/getting-started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/getting-started.md b/doc/getting-started.md
index e82e7368a..a8f7315fd 100644
--- a/doc/getting-started.md
+++ b/doc/getting-started.md
@@ -61,7 +61,7 @@ First, let's see where we are. Type
pwd
-on linux or OSX, or
+on Linux or OSX, or
echo %cd%
@@ -273,7 +273,7 @@ Now try creating a Word document (with extension `docx`).
If you want to create a PDF, you'll need to have LaTeX installed.
(See [MacTeX](https://tug.org/mactex/) on OS X,
[MiKTeX](https://miktex.org) on Windows, or install the texlive
-package in linux.) Then do
+package on Linux.) Then do
pandoc test1.md -s -o test1.pdf