From 1804b69f2c76e72b77310bff4224c23ce7d1df10 Mon Sep 17 00:00:00 2001 From: Bronek Date: Sat, 26 Aug 2023 16:25:59 -0400 Subject: [PATCH] Update README.md (#9) Correcting the package name in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0edc5b4..308d1a2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ gocache is a partitioned cache module with generic support. It uses gopromise in ## Requirements -gopipeline requires Go >= 1.18 since it relies on generic support +gocache requires Go >= 1.18 since it relies on generic support ## Installation @@ -23,7 +23,7 @@ import ( "io/ioutil" "context" "net/http" - "github.com/thinkdata-works/gopipeline/pkg/gocache" + "github.com/thinkdata-works/gocache/pkg/gocache" ) type User struct {