Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v-grabko1999 committed May 9, 2021
1 parent ade5d74 commit ef7808a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -158,7 +158,7 @@ if err != nil {
}

cacheManager := cache.New(pegasusStore)
err = cacheManager.Set("my-key", "my-value", &store.Options{
err = cacheManager.Set("my-key", "my-value", &store.Options{
Expiration: 10 * time.Second,
})
if err != nil {
Expand Down

0 comments on commit ef7808a

Please sign in to comment.