From 4237f295846542fc52279ea7e8a3cd46f62c7670 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Thu, 6 Dec 2018 10:47:41 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60fe0b9..345f9cb 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ func main() { } ``` -## Integrate with http server +## Integrates with http server ```go package main @@ -170,7 +170,7 @@ p, _ := ants.NewPool(10000) p.Submit(func(){}) ``` -## Tuning pool capacity +## Tunes pool capacity You can change `ants` pool capacity at any time with `ReSize(int)`: ``` go