From 7006593c7cc4b7ca62c7f3bdee9875393087b7fc Mon Sep 17 00:00:00 2001 From: Mano Sriram Date: Sat, 10 Aug 2024 01:59:29 +0530 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f6a6b..a985d97 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ if err != nil { } ``` -#### Set with expiry +#### Set with ttl ```go key, err := d.SetWithTTL([]byte("key"), []byte("value"), time.Second * 10) if err != nil {