Skip to content

Commit a442b34

Browse files
committed
Update lib name
1 parent e5261f0 commit a442b34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm version][npm-version-src]][npm-version-href]
44
[![bundle][bundle-src]][bundle-href]
55

6-
Tiny utilities that the [regex](https://github.com/slevithan/regex) library makes available for reuse in its plugins. Useful for parsing and processing regular expression syntax in a lightweight way, when you don't need a full regex AST.
6+
Tiny utilities that the [Regex+](https://github.com/slevithan/regex) library makes available for reuse in its plugins. Useful for parsing and processing regular expression syntax in a lightweight way, when you don't need a full regex AST.
77

88
## Constants
99

@@ -78,7 +78,7 @@ Extracts the full contents of a group (subpattern) from the given expression, ac
7878

7979
<!-- Badges -->
8080

81-
[npm-version-src]: https://img.shields.io/npm/v/regex-utilities
81+
[npm-version-src]: https://img.shields.io/npm/v/regex-utilities?color=78C372
8282
[npm-version-href]: https://npmjs.com/package/regex-utilities
83-
[bundle-src]: https://deno.bundlejs.com/badge?q=regex-utilities&treeshake=[*]
83+
[bundle-src]: https://img.shields.io/bundlejs/size/regex-utilities?color=78C372&label=minzip
8484
[bundle-href]: https://bundlejs.com/?q=regex-utilities&treeshake=[*]

0 commit comments

Comments
 (0)