From efa8516a67391e315bc015d104c9cb9fe0e94bbf Mon Sep 17 00:00:00 2001
From: Michael Ochmann <michael.ochmann@propeller.de>
Date: Sun, 21 Aug 2022 12:35:02 +0200
Subject: [PATCH] fixed typos in readme

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 5f45d7a..f93c7d4 100644
--- a/README.md
+++ b/README.md
@@ -33,11 +33,11 @@ Parkdown currently support the following block types:
 ### Paragraphs
 ```markdown
 A simple paragraph can contain **bold text**, `inline codeblocks` and *italic text*. We can also link [with a direct url][https://google.com] *(i.e. to google)*
-or via reference to [a later defined url][massivedynamic], i we so desire.
+or via reference to [a later defined url][massivedynamic], if we so desire.
 ```
 
 A simple paragraph can contain **bold text**, `inline codeblocks` and *italic text*. We can also link [with a direct url](https://google.com) *(i.e. to google)*
-or via reference to [a later defined url][massivedynamic], i we so desire.
+or via reference to [a later defined url][massivedynamic], if we so desire.
 
 Paragraphs can be annotated with `id` and `class` attributes:
 
@@ -73,14 +73,14 @@ Paragraphs can be annotated with ids and classes {.thisIsAClass, .anotherClass,
 > Only two things are infinite,
 > the universe and human stupidity,
 > i am not totally shure about the universe, though...
->    - Albert Einstein
+>    – Albert Einstein
 ```
 
 
 > Only two things are infinite,
 > the universe and human stupidity,
 > i am not totally shure about the universe, though...
->    - Albert Einstein
+>    – Albert Einstein
 
 ### Code blocks
 ```markdown