Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 5, 2022
1 parent 1cf2b96 commit 8adcb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (ISBN.TryParse("9780753557525", out var isbn))
The implementation is mostly a port from https://github.com/inventaire/isbn3, and consumes the
group information published in that repository.

[ISBN grouns and ranges data](https://github.com/devlooped/isbn/blob/main/src/ISBN/groups.js)
[ISBN groups and ranges data](https://github.com/devlooped/isbn/blob/main/src/ISBN/groups.js)
is kept up to date via [dotnet-file sync](https://github.com/devlooped/dotnet-file) from the
isbn3 repository which in turn fetches [isbn-international.org](https://www.isbn-international.org) data.

Expand Down

0 comments on commit 8adcb82

Please sign in to comment.