Update README.md
authorEvgenii Akentev <i@ak3n.com>
Fri, 8 Jan 2021 20:49:33 +0000 (01:49 +0500)
committerGitHub <noreply@github.com>
Fri, 8 Jan 2021 20:49:33 +0000 (01:49 +0500)
README.md

index 2ceca371f4351989a3f9bfc19d4b5c395b4e9ccc..396d46e6e0dcd0eb1d73913637447611d5dbc470 100644 (file)
--- 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.