From 94e00e9c72acad0c8b7c721bb59dde27103a6517 Mon Sep 17 00:00:00 2001 From: Rafael Laurindo Date: Sun, 30 Jun 2019 07:03:15 -0300 Subject: [PATCH] fix: fixes the author's profile, add alt text in ts image, add blank line after headings in README.md (#1088) * refactor: changes in README.md formatting * feat: add alt text in readme typescript image * fix: fixes the github profile of the project author in readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f0945dc..eac6a041 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,16 @@ # Adonis Core + > The core of the framework to run AdonisJs applications [![circleci-image]][circleci-url] [![npm-image]][npm-url] -![](https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript) +![typescript-image](https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript) + ## Table of contents - [Change log](#change-log) @@ -30,14 +32,13 @@ Everyone is welcome to contribute. Please go through the following guides, befor 1. [Contributing](https://adonisjs.com/contributing) 2. [Code of conduct](https://adonisjs.com/code-of-conduct) - ## Authors & License -[Harminder virk](https://github.com/Harminder virk) and [contributors](https://github.com/adonisjs/adonis-framework/graphs/contributors). + +[Harminder virk](https://github.com/thetutlage) and [contributors](https://github.com/adonisjs/adonis-framework/graphs/contributors). MIT License, see the included [MIT](LICENSE.md) file. [circleci-image]: https://img.shields.io/circleci/project/github/adonisjs/adonis-framework/master.svg?style=for-the-badge&logo=circleci [circleci-url]: https://circleci.com/gh/adonisjs/adonis-framework "circleci" - [npm-image]: https://img.shields.io/npm/v/@adonisjs/core.svg?style=for-the-badge&logo=npm [npm-url]: https://npmjs.org/package/@adonisjs/core "npm"