From 92f2107635b5469fb31be066431d82a972965bb1 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 18 Feb 2016 06:19:53 -0700 Subject: [PATCH] Clarification in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 226ae87..b544832 100644 --- a/README.md +++ b/README.md @@ -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