Skip to content

Commit

Permalink
Fix name of application in readme file and add some badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvs committed Sep 5, 2017
1 parent b5a21a3 commit 94d5143
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# React Twitter Login
[![NPM](https://nodei.co/npm/react-twitter-auth.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/react-twitter-auth/)
[![Code Climate](https://codeclimate.com/github/GenFirst/react-twitter-login/badges/gpa.svg)](https://codeclimate.com/github/GenFirst/react-twitter-login)
[![npm version](https://badge.fury.io/js/react-twitter-auth.svg)](https://badge.fury.io/js/react-twitter-auth)
![License](https://img.shields.io/badge/license-MIT-blue.svg)

> A React Twitter oAUth Sign-in / Log-in Component for React
# React Twitter Authentication Component

![License](https://img.shields.io/badge/license-MIT-blue.svg)
> A React Twitter oAUth Sign-in / Log-in Component for React
## Installation

Expand Down Expand Up @@ -35,4 +38,4 @@ Full example can be found in [example](https://github.com/GenFirst/react-twitter

# License

passport-bitbucket-token is released under [MIT License](https://opensource.org/licenses/MIT).
react-twitter-auth is released under [MIT License](https://opensource.org/licenses/MIT).

0 comments on commit 94d5143

Please sign in to comment.