Skip to content

Commit

Permalink
Add fancy shields to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn committed Nov 13, 2021
1 parent 8013617 commit d806e03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DeployToGitHubPages
name: Test and Deploy
env:
PUBLISH_DIR: Nodexr/bin/Release/net6.0/publish/wwwroot

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Nodexr

[![Test and Deploy](https://github.com/Jcparkyn/nodexr/actions/workflows/main.yml/badge.svg)](https://github.com/Jcparkyn/nodexr/actions/workflows/main.yml)
![GitHub](https://img.shields.io/github/license/Jcparkyn/nodexr)
![GitHub issues](https://img.shields.io/github/issues/Jcparkyn/nodexr)

Nodexr is a node-based Regular Expression editor, created in C# and Blazor.
__Nodexr is published at [nodexr.net](https://www.nodexr.net).__
## Try it at [nodexr.net](https://www.nodexr.net)

You can also try it out by starting with one of these example expressions:
* [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)
Expand Down

0 comments on commit d806e03

Please sign in to comment.