From 104e9f637c552d32b6f1c7cb90000b6bc8e1cd94 Mon Sep 17 00:00:00 2001 From: chermehdi Date: Sat, 12 Dec 2020 21:18:57 +0000 Subject: [PATCH] fix typos --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a944ab5..a5e7b12 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,8 @@ type TemplateContext struct { Url string } ``` -You can access any of the model fields in the template, and act make changes accordingly dependending on your preferences. -- Running the command `egor config set config.templates.{lang} /path/to/template/file` will register the given template and will use it -for the given language for future tasks. +You can access any of the model fields in the template, and make changes accordingly dependending on your preferences. +- Running the command `egor config set config.templates.{lang} /path/to/template/file` will register the given template and will use it for the given language for future tasks. ## Contribution - Contribution to the project can be done in multiple ways, you can report bugs and issues or you can discuss new features that you like being added in future versions by creating a new issue