Skip to content

Commit 595646f

Browse files
committed
Modify the README.md
1 parent e496d31 commit 595646f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<div align="center">
2-
<p><a target="_blank" href="https://jwt.io"><img src="https://jwt.io/img/logo-asset.svg" /></a></p>
3-
<p>A PHP extension for <a target="_blank" href="https://tools.ietf.org/html/rfc7519">RFC 7519 OAuth JSON Web Token (JWT)</a></p>
4-
<a target="_blank" href="https://travis-ci.org/cdoco/php-jwt" title="Build Status"><img src="https://travis-ci.org/cdoco/php-jwt.svg"></a>
5-
<img src="https://img.shields.io/badge/PHP-%3E%3D7.0.0-blue.svg">
6-
<img src="https://img.shields.io/badge/OpenSSL-%3E%3D1.0.1f-blue.svg">
7-
<img src="https://img.shields.io/badge/branch-master-brightgreen.svg">
8-
<img src="https://img.shields.io/github/repo-size/cdoco/php-jwt.svg">
9-
</div>
1+
[![Build Status][travis-image]][travis-url]
2+
![PHP](https://img.shields.io/badge/PHP-%3E%3D7.0.0-orange.svg)
3+
![OpenSSL](https://img.shields.io/badge/OpenSSL-%3E%3D1.0.1f-orange.svg)
4+
![branch](https://img.shields.io/badge/branch-master-brightgreen.svg)
5+
![license](https://img.shields.io/badge/License-PHP/3.01-blue.svg)
6+
7+
> A PHP extension for [RFC 7519 OAuth JSON Web Token (JWT)](https://tools.ietf.org/html/rfc7519)
108
119
## Requirement
1210

@@ -349,4 +347,7 @@ ECDSA|ES256|ES384|ES512
349347

350348
## License
351349

352-
PHP License. See the [LICENSE](LICENSE) file.
350+
PHP License 3.01. See the [LICENSE](LICENSE) file.
351+
352+
[travis-url]: https://travis-ci.org/cdoco/php-jwt
353+
[travis-image]: https://travis-ci.org/cdoco/php-jwt.svg

0 commit comments

Comments
 (0)