Skip to content

Commit

Permalink
docs: fixing img extension
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT committed Nov 8, 2023
1 parent 099f740 commit 180a614
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ Frigate telegram event notifications.

---

## How to use
## Example of work

![alt text](https://raw.githubusercontent.com/OldTyT/frigate-telegram/main/resources/img/telegram_msg.png)

## How to start

1. Install docker
2. Download `docker-compose.yml` file:
Expand All @@ -21,7 +25,7 @@ docker compose up -d
```
5. Profit!

### ENV variables
### Environment variables

| Variable | Default value | Description |
| ----------- | ----------- | ----------- |
Expand All @@ -33,7 +37,3 @@ docker compose up -d
| `SLEEP_TIME`| `5` | Sleep time after cycle, in second. |
| `FRIGATE_EXTERNAL_URL` | `http://localhost:5000` | External link in frigate(need for generate link in message). |
| `TZ` | `""` | Timezone |

## Example of work

![alt text](https://raw.githubusercontent.com/OldTyT/frigate-telegram/main/resources/img/telegram_msg.jpg)

0 comments on commit 180a614

Please sign in to comment.