Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Aug 12, 2024
1 parent d29120e commit 92ad2e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ In browsers:
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/regex.min.js"></script>
<script>
const {regex, pattern} = Regex;
//
</script>
```
</details>
Expand Down Expand Up @@ -523,7 +522,7 @@ If you want to understand the handling of interpolated patterns more deeply, let
First, let's consider:

```js
regex`[${pattern`^`}]`
regex`[${pattern`^`}a]`
regex`[a${pattern`^`}]`
```

Expand Down

0 comments on commit 92ad2e4

Please sign in to comment.