diff --git a/README.md b/README.md index 91f0087..168ff7b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats ### Usage +```go import ( "fmt" "github.com/patrickmn/go-cache" @@ -99,7 +100,7 @@ one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats // 2 } - +``` ### Reference