Skip to content

Commit

Permalink
more links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pblasucci committed Aug 20, 2023
1 parent 0ff943e commit 39fb38f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ It uses cryptographically secure random number generation, and has no
dependencies beyond the dotnet 6 base class libraries. It has both a high-level
API, and a simpler, more memory-efficient, low-level API.

### Recommended Reading

- [Getting Started][4]
- [API Documentation][5]
- [CHANGELOG][6]

### Installation via NuGet

The latest version of this package can be installed from [NuGet][2] via the
Expand Down Expand Up @@ -59,3 +65,6 @@ For more information see the project's [License][0] file.
[1]: https://github.com/ai/nanoid
[2]: https://www.nuget.org/packages/pblasucci.ananoid
[3]: https://dotnet.microsoft.com/en-us/download/dotnet/7.0
[4]: https://paul.blasuc.ci/ananoid/guides/nanoiddefault.html
[5]: https://paul.blasuc.ci/ananoid/reference/pblasucci-ananoid.html
[6]: https://github.com/pblasucci/ananoid/blob/main/CHANGELOG.md

0 comments on commit 39fb38f

Please sign in to comment.