From 82fdb45f4659a97dae8b487c97d88f08159b4de6 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Fri, 14 Jun 2024 11:21:36 +0200 Subject: [PATCH] Readme typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a84492..fa2d28f 100644 --- a/README.md +++ b/README.md @@ -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. -- GitLab