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