From e0887fab46194780156a802efe9cc9805ea2fa0d Mon Sep 17 00:00:00 2001 From: Rob Nugen Date: Wed, 12 Jun 2019 07:53:58 +0900 Subject: Use passive verb form of fetch in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5043892..b44c19e 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ The following paragraphs detail the required data for each of the sections. ### HOME: Set the homepage header -The content of the top section of the homepage is fetch from the "home" data file. +The content of the top section of the homepage is fetched from the "home" data file. The different parameters that can be used are: - "title": The title for the website. Typically your name or company name. @@ -124,7 +124,7 @@ All the parameters are optional - if not defined, it will not be added to the pa ### ABOUT: Introduce yourself -The content of the "ABOUT" section of the homepage is fetch from the "about" data file. +The content of the "ABOUT" section of the homepage is fetched from the "about" data file. The different parameters that can be used are: - "title": The title of the section. Typically "ABOUT" would be used. @@ -137,7 +137,7 @@ All the parameters are optional - if not defined, it will not be added to the pa ### SERVICES: Add your services -The content of the "SERVICES" section of the homepage is fetch from the "services" data file. +The content of the "SERVICES" section of the homepage is fetched from the "services" data file. The different parameters that can be used are: - "title": The title of the section. Typically "SERVICES" would be used. @@ -156,7 +156,7 @@ The "services" list parameter must exist and contain at least one element. ### SKILLS: Show your skills -The content of the "SKILLS" section of the homepage is fetch from the "skills" data file. +The content of the "SKILLS" section of the homepage is fetched from the "skills" data file. The different parameters that can be used are: - "title": The title of the section. Typically "SKILLS" would be used. @@ -215,7 +215,7 @@ There can be more than one main projects sections. Different categories could fo ### CONTACT: Add contact information -The content of the "CONTACT" section of the homepage is fetch from the "contact" data file. +The content of the "CONTACT" section of the homepage is fetched from the "contact" data file. The different parameters that can be used are: - "title": The title of the section. Typically "CONTACT" would be used. -- cgit v1.2.3