Clarification in README

This commit is contained in:
Matthew Ryan Dillon 2016-02-18 06:19:53 -07:00
parent fa924c2198
commit 92f2107635

View file

@ -2,8 +2,8 @@
[![GoDoc](https://godoc.org/github.com/thermokarst/jwt?status.svg)](https://godoc.org/github.com/thermokarst/jwt)
A simple, opinionated Go net/http middleware for integrating JSON Web Tokens into
your application:
A simple (bring your own logic), opinionated Go net/http middleware for integrating
JSON Web Tokens into your application:
```go
package main