Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Nugen <rob@robnugen.com>2019-06-12 01:53:58 +0300
committerRob Nugen <rob@robnugen.com>2019-06-12 01:53:58 +0300
commite0887fab46194780156a802efe9cc9805ea2fa0d (patch)
tree378a45f0cfd94e764b47a741929446f1ffbf43f3
parentb6328803ae1074d3041dc06297dc41c75fce8e0f (diff)
Use passive verb form of fetch in README
-rw-r--r--README.md10
1 files 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.