Skip to content

Commit bdc63c3

Browse files
committed
Adds project logo to README
Adds a logo to the README.md file to improve the project's visual appeal. The logo includes the project name and a graphic representation of regex parsing.
1 parent 7593115 commit bdc63c3

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# RegexParser
22

3+
<p align="center">
4+
<img src="art/regex-parser-logo.svg" alt="Regex Parser Logo" width="400">
5+
</p>
6+
7+
<p align="center">
8+
<em>Parse • Analyze • Optimize Regular Expressions</em>
9+
</p>
10+
311
<p align="center">
412
<a href="https://github.com/yoeunes/regex-parser/actions"><img src="https://img.shields.io/github/actions/workflow/status/yoeunes/regex-parser/ci.yml" alt="CI Status"></a>
513
<a href="https://www.linkedin.com/in/younes--ennaji"><img src="https://img.shields.io/badge/[email protected]" alt="Author Badge"></a>

art/regex-parser-logo.svg

Lines changed: 61 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)