From bc87aa815967f5fc5b68c56678df04bd3f058681 Mon Sep 17 00:00:00 2001 From: Bruno Koga Date: Thu, 7 Jan 2016 21:32:34 -0200 Subject: [PATCH] Fix the Json name Sorry. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 281a6f1..ab66847 100644 --- a/README.md +++ b/README.md @@ -539,7 +539,7 @@ Libraries to help manage database schemas and migrations. * [Lock](https://github.com/BeatSwitch/lock) - A library for implementing Access Control Lists (ACL) systems. * [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client) - An OAuth 1.0 client library. * [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client) - An OAuth 2.0 client library. -* [Jason Web Token](https://github.com/lcobucci/jwt) - Json Tokens to authenticate and transmit information. +* [Json Web Token](https://github.com/lcobucci/jwt) - Json Tokens to authenticate and transmit information. ## Markup *Libraries for working with markup.*