Skip to content

Commit

Permalink
Merge pull request #1 from ryanditjia/patch-1
Browse files Browse the repository at this point in the history
[README] Fix link and typos
  • Loading branch information
mottox2 authored Jun 5, 2018
2 parents 2f43c0c + dca16e8 commit ddc1704
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,10 +1,10 @@
# gatsby-source-esa

Source plugin for pulling data into Gatsby from [esa.io](esa.io) using the [esa.io API](https://docs.esa.io/posts/102).
Source plugin for pulling data into Gatsby from [esa.io](https://esa.io) using the [esa.io API](https://docs.esa.io/posts/102).

## Install

`npm intsall --save gatsby-source-esa`
`npm install --save gatsby-source-esa`

## How to use

Expand All @@ -15,7 +15,7 @@ module.exports = {
{
resolve: `gatsby-source-esa`,
options: {
// You can get an acess token from https://[YOUR_TEAM_NAME].esa.io/user/applications.
// You can get an access token from https://[YOUR_TEAM_NAME].esa.io/user/applications.
// You must be owner role.
accessToken: `YOUR_PERSONAL_ACCESS_TOKEN`,
teamName: `YOUR_TEAM_NAME`,
Expand Down

0 comments on commit ddc1704

Please sign in to comment.