From d8251d634d46e68cdd38a222a5ada5d223fee447 Mon Sep 17 00:00:00 2001 From: Sacha DSO Date: Mon, 4 Oct 2021 17:35:07 +0200 Subject: [PATCH] Adds Rebeloper video tutorial link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 02b21e9..9a8f51c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ api.fetchPost().sink(receiveCompletion: { _ in }) { post in }.store(in: &cancellables) ``` +## Video tutorial + +Alex from [Rebeloper](https://www.youtube.com/channel/UCK88iDIf2V6w68WvC-k7jcg) made a fantastic video tuorial, check it out [here](https://youtu.be/RM5uKTBr20c)! + ## How By providing a lightweight client that **automates boilerplate code everyone has to write**. By exposing a **delightfully simple** api to get the job done simply, clearly, quickly.