Skip to content

Commit

Permalink
fix: fixes the author's profile, add alt text in ts image, add blank …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
rafaellaurindo authored and RomainLanz committed Jun 30, 2019
1 parent b7579c3 commit 94e00e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -3,14 +3,16 @@
</div>

# 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)

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

## Table of contents

- [Change log](#change-log)
Expand All @@ -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"

0 comments on commit 94e00e9

Please sign in to comment.