From 2170c686d1a5bae7dbe5b33365060f0ea5134a96 Mon Sep 17 00:00:00 2001 From: Apos Spanos <5887954+apspan@users.noreply.github.com> Date: Mon, 23 Mar 2020 17:35:17 +0000 Subject: [PATCH] Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f7a32..b990e8f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ First, make sure you are running a Redis server locally. $ redis-server ``` -Next, write a package that encapslates task creation and task handling. +Next, write a package that encapsulates task creation and task handling. ```go package tasks