Skip to content

Commit 3fa53ed

Browse files
committed
docs: align readme with docs site
1 parent eac4856 commit 3fa53ed

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414

1515
## Features
1616

17-
**⚠️ `magic-regexp` is currently a work in progress. ⚠️**
18-
1917
- Runtime is zero-dependency and ultra-minimal
20-
- Ships with transform for compiling runtime to pure RegExp
21-
- Supports automatically typed capture groups
22-
- Packed with useful utilities: `charIn`, `charNotIn`, `anyOf`, `char`, `word`, `digit`, `whitespace`, `letter`, `tab`, `linefeed`, `carriageReturn`, `not`, `maybe`, `exactly`, `oneOrMore`
23-
- All chainable with `and`, `or`, `after`, `before`, `notAfter`, `notBefore`, `times`, `as`, `at`, `optionally`
18+
- Ships with transform to compile to pure RegExp
19+
- Automatically typed capture groups
20+
- Natural language syntax
21+
- Generated RegExp displays on hover
2422

2523
[📖  Read more](https://magic-regexp.roe.dev)
2624

0 commit comments

Comments
 (0)