From dca16e8b25001d383df13c2481a57b66a0289707 Mon Sep 17 00:00:00 2001 From: Ryandi Tjia Date: Tue, 5 Jun 2018 10:52:32 +0700 Subject: [PATCH] [README] Fix link and typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a89209..423ea30 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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`,