Skip to content

Commit

Permalink
fix logo url in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranparajuli589 committed Nov 11, 2023
1 parent fd301e7 commit 5cf402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div style="display: flex; justify-content: center; flex-direction: column; text-align: center">
<h1>HtmlMark</h1>
<p><img src="https://raw.githubusercontent.com/kiranparajuli589/htmlmark/main/logo.png" style="height: auto; width: 200px;"></p>
<p><img src="https://github.com/kiranparajuli589/htmlmark/blob/main/demo/src/assets/logo.png?raw=true" style="height: auto; width: 200px;"></p>
<p>A very lightweight Markdown Parser powered by Regex</p>
</div>

Expand Down

0 comments on commit 5cf402b

Please sign in to comment.