Skip to content
Snippets Groups Projects
Commit 82fdb45f authored by Jan Wille's avatar Jan Wille
Browse files

Readme typos

parent f663502d
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ different classes:
# Quick start guide
## I have now Idea how to start, show me
## I have now idea how to start, show me
To get you started, there is a working example Project on the example branch that has
loads of tips. Check it out
......@@ -67,7 +67,7 @@ locally using `git checkout example`.
## Recommended software
As a Tex-Distribution, [MiKTeX is recommended](https://miktex.org/), TexLive should also
As a tex-distribution, [MiKTeX is recommended](https://miktex.org/), TexLive should also
work, but I don't use it much. You will also need `perl` to run `latexmk` and other
useful tools. To edit the `.tex` files, you could use any text editor, but I personally
like [Visual Studio Code](https://code.visualstudio.com/) the most, which can also be
......@@ -115,7 +115,7 @@ git commit --all -m "initalise for [Project]"
git push
```
> **Note** giving you Project name as the default branch name is optional, and you could
> **Note** giving your `[Project]` name as the default branch name is optional, and you could
> keep the default name of `master`, but as the template also has a `master` branch it is
> less confusing if you choose a different name.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment