From 478cf5c27768ee49e81793f9301aee2731a25970 Mon Sep 17 00:00:00 2001 From: Nils Diekmann Date: Sun, 10 Mar 2024 15:12:28 +0100 Subject: [PATCH] - add link to article --- .github/workflows/ci.yml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cfe1c4..a67bd66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: - '**/**.md' - 'docs/**' env: - MAJOR_MINOR_PATCH: 0.1.0 + MAJOR_MINOR_PATCH: 1.0.1 concurrency: ci-${{ github.ref }} diff --git a/README.md b/README.md index 4e604cf..15994dc 100644 --- a/README.md +++ b/README.md @@ -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)