From c308fec2bc9a8ca8ef1056a36292e808e878b213 Mon Sep 17 00:00:00 2001 From: Dave Meyer <7davidmeyer@gmail.com> Date: Sun, 20 Oct 2024 01:28:23 +0200 Subject: [PATCH] Update README.md: Fixed spelling (#97) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f9b892..e3c7b3e 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Tre](https://laurikari.net/tre/) - Free and portable approximate Regex matching library. - [Go-Restructure](https://github.com/alexflint/go-restructure) - Match regular expressions into struct fields in Go (by @alexflint). [js](https://github.com/benjamingr/js-restructure) [C#](https://gist.github.com/benjamingr/4de21494b3e76088e5f7) -- [js-regex](https://github.com/wyantb/js-regex) - Chainable API for construting Regexes. +- [js-regex](https://github.com/wyantb/js-regex) - Chainable API for constructing Regexes. - [VerbalExpressions](https://github.com/VerbalExpressions) - VerbalExpressions is a cross-language library that helps to construct difficult regular expressions. - [Super Expressive](https://github.com/francisrstokes/super-expressive) - Super Expressive is a JavaScript library that allows you to build regular expressions in natural language. - [XRegExp](http://xregexp.com) - JavaScript Regex library.