From 4fbe517b6f966108e42a28e907098b40cb8d18b8 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Mon, 30 Dec 2013 13:12:36 +0200 Subject: [PATCH] readme: fix typo. --- v2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/README.md b/v2/README.md index 5b8a3c1..e718ece 100644 --- a/v2/README.md +++ b/v2/README.md @@ -22,8 +22,8 @@ Install: go get github.com/vmihailenco/redis/v2 -Updgrading from previous version --------------------------------- +Upgrading from previous version +------------------------------- Type system should catch most changes. But you have to manually change `SetEx`, `PSetEx`, `Expire` and `PExpire` to use `time.Duration` instead of `int64`.