Skip to content

Commit

Permalink
task: parameterized url in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanglr committed Mar 11, 2024
1 parent e9570e9 commit 0cf3992
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public partial record struct Sku;

This README is designed get you started generating your own strongly-typed identifiers with just a few lines of code.

For more detailed information about Primitively, check out [primitively.net](https://primitively.net).
For more detailed information about Primitively, check out [primitively.net][primitively-website].

## Quick start

Expand Down Expand Up @@ -194,12 +194,14 @@ services.AddPrimitively()

## Next steps

To learn more about Primitively, go to [primitively.net](https://primitively.net).
To learn more about Primitively, go to [primitively.net][primitively-website].

## Examples

Sample applications that demonstrate scenarios in which Primitively is commonly used are available for learning purposes in the *examples* folder.

## Licence

Licensed under the terms of the [New BSD License](https://opensource.org/license/bsd-3-clause/)
Licensed under the terms of the [New BSD License](https://opensource.org/license/bsd-3-clause/)

[primitively-website]: https://github.com/dtanglr/Primitively

0 comments on commit 0cf3992

Please sign in to comment.