From 418d0c857c0c45e5e84fd04eef092b4d4b15801a Mon Sep 17 00:00:00 2001 From: Anish Kumar Barnwal Date: Sat, 1 May 2021 19:46:16 +0530 Subject: [PATCH] Fixed typo --- Markdown.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Markdown.md b/Markdown.md index 52a22cb..a68b5fc 100644 --- a/Markdown.md +++ b/Markdown.md @@ -123,7 +123,7 @@ Use `[text](url)` for hyperlinks and, `![text](path/url)` for image. ```md -[Devincept Website](https://devincept.tech/) +[DevIncept Website](https://devincept.tech/) ![DevIncept logo image](extras/logo.gif) @@ -133,7 +133,7 @@ Use `[text](url)` for hyperlinks and, `![text](path/url)` for image. **Output:** -[Devincept Website](https://devincept.tech/) +[DevIncept Website](https://devincept.tech/) ![DevIncept logo image](extras/logo.gif) @@ -215,7 +215,7 @@ Till now we got to know some important We have seen the basic features of markdown till now, but superpower of markdown is, You can directly use HTML in it. -> Somw times it becomes a little difficult to do some complex thigs in markdown, so using HTML that time can make it work. +> Sometimes it becomes a little difficult to do some complex thigs in markdown, so using HTML that time can make it work. **Input:**