Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Feb 3, 2016
1 parent 4892316 commit 04a3645
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Passport-GitHub
# passport-github

[![Build](https://img.shields.io/travis/jaredhanson/passport-github.svg)](https://travis-ci.org/jaredhanson/passport-github)
[![Coverage](https://img.shields.io/coveralls/jaredhanson/passport-github.svg)](https://coveralls.io/r/jaredhanson/passport-github)
Expand All @@ -25,8 +25,8 @@ $ npm install passport-github

#### Create an Application

Before using `passport-facebook`, you must register an application with
GitHub. If you have not already done so, a new application can be created at
Before using `passport-github`, you must register an application with GitHub.
If you have not already done so, a new application can be created at
[developer applications](https://github.com/settings/applications/new) within
GitHub's settings panel. Your application will be issued a client ID and client
secret, which need to be provided to the strategy. You will also need to
Expand Down

0 comments on commit 04a3645

Please sign in to comment.