Skip to content

Commit

Permalink
Docs: fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Feb 7, 2023
1 parent 583434a commit 9e10a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -103,7 +103,7 @@ Config attribute description:

| Option | Required | Type | Description | Default |
|----|---|---|------------------------------------|------------------------------------|
| `name` | no | ```string``` | Heroku application name. | name from package.json |
| `name` | no | ```string``` | Application name. | name from package.json |
| `chats` | yes | ```array``` | List of chats for sending. The bot should have access to each chat. | |
| `templates.success` | no | ```string``` | HTML template, send in case of success. | [SUCCESS.html](templates/SUCCESS.html) |
| `templates.fail` | no | ```string``` | HTML template, send in case of fail. | [FAIL.html](templates/FAIL.html) |
Expand Down

0 comments on commit 9e10a44

Please sign in to comment.