Skip to content

Commit

Permalink
- add link to article
Browse files Browse the repository at this point in the history
  • Loading branch information
KinNeko-De committed Mar 10, 2024
1 parent 638dd41 commit 478cf5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '**/**.md'
- 'docs/**'
env:
MAJOR_MINOR_PATCH: 0.1.0
MAJOR_MINOR_PATCH: 1.0.1

concurrency: ci-${{ github.ref }}

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ Sample how to create a human-friendly identifier in C#
## Generate a human friendly id

`dotnet run --project Sample.HumanFriendlyId/Sample.HumanFriendlyId.csproj`

## Motivation
The motivation behind this project is to described in an [article](https://medium.com/@kinnekode/e1889d6d-945d-436b-b94f-68f268285e7c-wtf-i-m-only-human-d7818de44397)

0 comments on commit 478cf5c

Please sign in to comment.