diff --git a/README.md b/README.md index bc10362..5807f12 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ BoltStore is a session store backend for [gorilla/sessions](https://github.com/g ## Installation ```go -go get github.com/yosssi/boltstore +go get github.com/yosssi/boltstore/... ``` ## Example