Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LyricTian committed Jul 30, 2018
1 parent 3012169 commit a748d12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MongoDB store for [Session](https://github.com/go-session/session)

[![ReportCard][reportcard-image]][reportcard-url] [![GoDoc][godoc-image]][godoc-url] [![License][license-image]][license-url]
[![Build][Build-Status-Image]][Build-Status-Url] [![Codecov][codecov-image]][codecov-url][![ReportCard][reportcard-image]][reportcard-url] [![GoDoc][godoc-image]][godoc-url] [![License][license-image]][license-url]

## Quick Start

Expand Down Expand Up @@ -82,6 +82,10 @@ $ ./server

Copyright (c) 2018 Lyric

[Build-Status-Url]: https://travis-ci.org/go-session/mongo
[Build-Status-Image]: https://travis-ci.org/go-session/mongo.svg?branch=master
[codecov-url]: https://codecov.io/gh/go-session/mongo
[codecov-image]: https://codecov.io/gh/go-session/mongo/branch/master/graph/badge.svg
[reportcard-url]: https://goreportcard.com/report/github.com/go-session/mongo
[reportcard-image]: https://goreportcard.com/badge/github.com/go-session/mongo
[godoc-url]: https://godoc.org/github.com/go-session/mongo
Expand Down

0 comments on commit a748d12

Please sign in to comment.