Update README.md

This commit is contained in:
Keiji Yoshida 2014-06-14 03:50:42 +09:00
parent 216e63bdc1
commit bfe3e283f8

View file

@ -9,7 +9,7 @@ BoltStore is a session store backend for [gorilla/sessions](https://github.com/g
## Installation ## Installation
```go ```go
go get github.com/yosssi/boltstore go get github.com/yosssi/boltstore/...
``` ```
## Example ## Example