Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
chermehdi committed Dec 12, 2020
1 parent e03f5f5 commit 104e9f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 104e9f6

Please sign in to comment.