From a8fae776301c09c001205108c2bde342be714fc8 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 31 Oct 2022 22:11:29 +0800 Subject: [PATCH] docs(readme): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd9f9b..ffe9397 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Run Tests](https://github.com/golang-queue/queue/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/golang-queue/queue/actions/workflows/go.yml) [![codecov](https://codecov.io/gh/golang-queue/queue/branch/master/graph/badge.svg?token=SSo3mHejOE)](https://codecov.io/gh/golang-queue/queue) -Queue is a Golang library for spawning and managing a Goroutine pool, Allowing you to create multiple worker according to limit CPU number of machine. +Queue is a Golang library for spawning and managing a Goroutine pool, allowing you to create multiple workers according to the limited CPU number of machines. ## Features