diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README.md b/README.md index 4f6b2ea..df05e43 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This middleware implements JSON Web Token Authentication. It was originally deve [![Latest Version](https://img.shields.io/packagist/v/tuupola/slim-jwt-auth.svg?style=flat-square)](https://packagist.org/packages/tuupola/slim-jwt-auth) [![Packagist](https://img.shields.io/packagist/dm/tuupola/slim-jwt-auth.svg)](https://packagist.org/packages/tuupola/slim-jwt-auth) -[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) -[![Build Status](https://img.shields.io/github/workflow/status/tuupola/slim-jwt-auth/Tests/3.x?style=flat-square))](https://github.com/tuupola/slim-jwt-auth/actions) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) +[![Build Status](https://img.shields.io/github/workflow/status/tuupola/slim-jwt-auth/Tests/3.x?style=flat-square)](https://github.com/tuupola/slim-jwt-auth/actions) [![Coverage](https://img.shields.io/codecov/c/github/tuupola/slim-jwt-auth/3.x.svg?style=flat-square)](https://codecov.io/github/tuupola/slim-jwt-auth/branch/3.x) Heads up! You are reading documentation for [3.x branch](https://github.com/tuupola/slim-jwt-auth/tree/3.x) which is PHP 7.1 and up only. If you are using older version of PHP see the [2.x branch](https://github.com/tuupola/slim-jwt-auth/tree/2.x). These two branches are not backwards compatible, see [UPGRADING](https://github.com/tuupola/slim-jwt-auth/blob/3.x/UPGRADING.md) for instructions how to upgrade. @@ -332,4 +332,4 @@ If you discover any security related issues, please email tuupola@appelsiini.net ## License -The MIT License (MIT). Please see [License File](LICENSE.txt) for more information. +The MIT License (MIT). Please see [License File](LICENSE) for more information.