Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
abock committed Dec 11, 2024
1 parent d35d0e6 commit 4d37269
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It can also encode strings for [3x4 numeric keypad/phone entry][phonewords]. Thi
> [!NOTE]
>
> <sup>1.</sup> "Uniqueness" is an inherent property of the format used. No ID formats are truly unique._
> _<sup>1.</sup> "Uniqueness" is an inherent property of the format used. No ID formats are truly unique._
## Install & Update
Expand All @@ -44,7 +44,8 @@ $ dotnet tool update -g IdentifierGenerator
Run `idgen --help` after installing for detailed options.
> **NOTE:** any argument that expects a number my be specified in decimal, binary (`0b1001`), or hex (`0xabcd` and `ab123h`) notation. Numbers may also contain digit separators (`_` and `,`) and arbitrary whitespace.
> [!TIP]
> Any argument that expects a number my be specified in decimal, binary (`0b1001`), or hex (`0xabcd` and `ab123h`) notation. Numbers may also contain digit separators (`_` and `,`) and arbitrary whitespace.
### Generate a single v4 random GUID
```bash
Expand Down

0 comments on commit 4d37269

Please sign in to comment.