From cb696d2fa4afc382e4fe4fe8abf9ad963f624f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Wed, 14 Apr 2021 13:52:46 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05a837c..f39af5f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Initialize your project by creating a folder and then running `go mod init githu go get -u github.com/hibiken/asynq ``` -Make sure you're running a Redis server locally or from [Docker](https://hub.docker.com/_/redis) container. Version `3.0` or higher is required. +Make sure you're running a Redis server locally or from a [Docker](https://hub.docker.com/_/redis) container. Version `3.0` or higher is required. Next, write a package that encapsulates task creation and task handling.