Skip to content

Commit d806e03

Browse files
committed
Add fancy shields to readme
1 parent 8013617 commit d806e03

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: DeployToGitHubPages
1+
name: Test and Deploy
22
env:
33
PUBLISH_DIR: Nodexr/bin/Release/net6.0/publish/wwwroot
44

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Nodexr
2+
3+
[![Test and Deploy](https://github.com/Jcparkyn/nodexr/actions/workflows/main.yml/badge.svg)](https://github.com/Jcparkyn/nodexr/actions/workflows/main.yml)
4+
![GitHub](https://img.shields.io/github/license/Jcparkyn/nodexr)
5+
![GitHub issues](https://img.shields.io/github/issues/Jcparkyn/nodexr)
6+
27
Nodexr is a node-based Regular Expression editor, created in C# and Blazor.
3-
__Nodexr is published at [nodexr.net](https://www.nodexr.net).__
8+
## Try it at [nodexr.net](https://www.nodexr.net)
49

510
You can also try it out by starting with one of these example expressions:
611
* [Floating point with exponent](https://www.nodexr.net/?parse=%5Cb%5B-%2B%5D%3F%5Cd*%5C.%3F%5Cd%2B%28%5BeE%5D%5B-%2B%5D%3F%5Cd%2B%29%3F%5Cb&search=123.45,%201563,%0A9.76456e12,%201E-9,%200.5e-7&replace=%5B$0,%20$1%5D)

0 commit comments

Comments
 (0)