diff --git a/README.md b/README.md index 6f23a3d..c15cde4 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ if v, err := c.Count("key"); err != nil { - [example](./examples/counter-gateway-default/main.go) usage with default [gateway](./gateway/memory/memory.go) - [example](./examples/counter-gateway-memory/main.go) usage with memory [gateway](./gateway/memory/memory.go) - [example](./examples/counter-gateway-redis/main.go) usage with [Redis](https://redis.io) [gateway](./gateway/redis/redis.go) -- [example](./examples/counter-with-retry/main.go) usage with [retry](https://github.com/da440dil/go-trier) \ No newline at end of file +- [example](./examples/counter-with-retry/main.go) usage with [retry](https://github.com/da440dil/go-trier)