From: Evgenii Akentev Date: Fri, 8 Jan 2021 20:49:33 +0000 (+0500) Subject: Update README.md X-Git-Url: https://git.ak3n.com/?a=commitdiff_plain;h=18317729ac945679e619b95895e3ed62ec069d4a;p=handle-examples.git Update README.md --- diff --git a/README.md b/README.md index 2ceca37..396d46e 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ This repository contains examples of [the Handle pattern](https://jaspervdj.be/p - `backpack-handle` does the same thing as `records-handle` but using Backpack instead. It allows us to specialize function calls. -- `backpack-handles` goes further and makes both `WeatherProvider` and `WeatherReporter` signatures. Unfortunately, it doesn't work yet. +- `backpack-handles` goes further and makes `WeatherProvider` and `WeatherReporter` signatures.