Skip to content

Commit 778e490

Browse files
authored
Update README.md
Added _Contributing_ and _Also check out_ sections.
1 parent 694c983 commit 778e490

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ To use any Regex functionality that cannot be implemented with the provided node
3333

3434
## Replacement
3535
Use the bottom 3 panels to test a string for searching and/or replacement. Any valid .NET Regex replacement string can be used here, including named and/or numbered group references. The bottom right panel shows the result after replacement.
36+
37+
## Contributing
38+
Any contributions are welcome, but ideally start by creating an [issue](https://github.com/Jcparkyn/nodexr/issues).
39+
40+
## Also check out
41+
A very similar tool called [Regex Nodes](https://github.com/johannesvollmer/regex-nodes) has been made by Johannes Vollmer. There is no connection between Nodexr and Regex Nodes (in fact I didn't even know it existed until after I'd released v1.0.0), but it is a very polished alternative for those that need JavaScript regular expressions.

0 commit comments

Comments
 (0)