Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Dorifor authored Nov 11, 2024
1 parent be81e91 commit 949b27a
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 @@ -25,9 +25,9 @@ So I dug in to check what was possible to get easily, what wasn't and what was i

Let's list things out:

* Each nonograms has an id
* Each nonogram has an id
* It's a straightforward integer going from 1 to infinity and beyond (lucky for us)
* Each nonograms is accessible through a URI combination of a base then the id
* Each nonogram is accessible through a URI combination of a base then the id
* https://www.nonograms.org/nonograms/i/<id>
* Even more lucky for us, no need to parse through the browse section 👌
* The base URI comes in two flavors :
Expand Down

0 comments on commit 949b27a

Please sign in to comment.