Skip to content

Commit 1b3ff8b

Browse files
committed
Remove the too-simple example from the first section
1 parent 7353e9a commit 1b3ff8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ npm install regex
1616
```js
1717
import Regex from 'regex';
1818
// Or: import {make, partial} from 'regex';
19-
20-
Regex.make`^\w+$`.test('lovely');
2119
```
2220

2321
In browsers:

0 commit comments

Comments
 (0)