Skip to content

Commit

Permalink
Merge pull request #12 from b1f6c1c4/patch-1
Browse files Browse the repository at this point in the history
Update readme.md typo
  • Loading branch information
RichardLitt authored Jan 9, 2023
2 parents 0ac92ce + 397bdd0 commit 320096e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ doiRegex.groups().test('10.1000/xyz1000.a001');
//=> ['10.1000/xyz1000', '10.1000/xyz1000', '.a001']

'unicorn 10.1000/xyz000 cake 10.1000/xyz001 rainbow'.match(doiRegex());
//=> ['10.1000/xyz000', '10.1000/xyz000']
//=> ['10.1000/xyz000', '10.1000/xyz001']
```


Expand Down Expand Up @@ -97,4 +97,4 @@ Please do!
MIT © [Richard Littauer](http://burntfen.com)


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fregexhq%2Fdoi-regex.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fregexhq%2Fdoi-regex?ref=badge_large)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fregexhq%2Fdoi-regex.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fregexhq%2Fdoi-regex?ref=badge_large)

0 comments on commit 320096e

Please sign in to comment.