From e0800aa7cbafb6ceca6c133a4926afdc66fb75b3 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Sun, 27 Mar 2022 19:33:43 +0200 Subject: [PATCH] removed unnessecary escaping in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e131b..53792cb 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ or via reference to [a later defined url][massivedynamic], i we so desire. ### Images ```markdown -\!\[this is an alt text\]\(https://images.unsplash.com/photo-1571171637578-41bc2dd41cd2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&h=300&w=1740&q=80\) +![this is an alt text](https://images.unsplash.com/photo-1571171637578-41bc2dd41cd2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&h=300&w=1740&q=80\) ``` ![this is an alt text](https://images.unsplash.com/photo-1571171637578-41bc2dd41cd2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&h=300&w=1740&q=80)