Skip to content

Commit ddc1704

Browse files
authored
Merge pull request #1 from ryanditjia/patch-1
[README] Fix link and typos
2 parents 2f43c0c + dca16e8 commit ddc1704

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# gatsby-source-esa
22

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

55
## Install
66

7-
`npm intsall --save gatsby-source-esa`
7+
`npm install --save gatsby-source-esa`
88

99
## How to use
1010

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

0 commit comments

Comments
 (0)