Skip to content

Commit 320096e

Browse files
authored
Merge pull request #12 from b1f6c1c4/patch-1
Update readme.md typo
2 parents 0ac92ce + 397bdd0 commit 320096e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ doiRegex.groups().test('10.1000/xyz1000.a001');
4444
//=> ['10.1000/xyz1000', '10.1000/xyz1000', '.a001']
4545

4646
'unicorn 10.1000/xyz000 cake 10.1000/xyz001 rainbow'.match(doiRegex());
47-
//=> ['10.1000/xyz000', '10.1000/xyz000']
47+
//=> ['10.1000/xyz000', '10.1000/xyz001']
4848
```
4949

5050

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

9999

100-
[![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)
100+
[![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 commit comments

Comments
 (0)