Add link to the post
authorEvgenii Akentev <i@ak3n.com>
Thu, 7 Jan 2021 15:53:02 +0000 (20:53 +0500)
committerGitHub <noreply@github.com>
Thu, 7 Jan 2021 15:53:02 +0000 (20:53 +0500)
README.md

index d77edfb0114d040f5d6c55e6b40785ccc5aa7032..2ceca371f4351989a3f9bfc19d4b5c395b4e9ccc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-This repository contains examples of the Handle pattern. We start from `simple` that contains domain logic and iterate trying to use records and backpack as a way to test the domain logic.
+This repository contains examples of [the Handle pattern](https://jaspervdj.be/posts/2018-03-08-handle-pattern.html). We start from `simple` that contains domain logic and iterate trying to use records and backpack as a way to test the domain logic.
 
 - `simple` is a library with two modules: `WeatherProvider` (provides data) and `WeatherReporter` (uses the data to create a report).