File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# gatsby-source-esa
2
2
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 ) .
4
4
5
5
## Install
6
6
7
- ` npm intsall --save gatsby-source-esa `
7
+ ` npm install --save gatsby-source-esa `
8
8
9
9
## How to use
10
10
@@ -15,7 +15,7 @@ module.exports = {
15
15
{
16
16
resolve: ` gatsby-source-esa` ,
17
17
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.
19
19
// You must be owner role.
20
20
accessToken: ` YOUR_PERSONAL_ACCESS_TOKEN` ,
21
21
teamName: ` YOUR_TEAM_NAME` ,
You can’t perform that action at this time.
0 commit comments