Skip to content

Commit

Permalink
Update README.md (#9)
Browse files Browse the repository at this point in the history
Correcting the package name in the readme
  • Loading branch information
broneks authored Aug 26, 2023
1 parent 8127936 commit 1804b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 {
Expand Down

0 comments on commit 1804b69

Please sign in to comment.