Fix the Json name

Sorry.
This commit is contained in:
Bruno Koga 2016-01-07 21:32:34 -02:00
parent a2f4a0c168
commit bc87aa8159
1 changed files with 1 additions and 1 deletions

View File

@ -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.*