Skip to content

Commit c33eea7

Browse files
committed
Update README.md
1 parent 225b80a commit c33eea7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
![Logo](.github/images/logo-01.png)
22

3-
# 2GIS Monitor
4-
5-
2GIS Monitor is a service that provides periodic fetching of events (aka comments) from the [2GIS map](https://2gis.ru) directly to your Telegram channel.
3+
**2GIS Monitor** is a service that provides periodic fetching of events (aka comments) from the [2GIS map](https://2gis.ru) directly to your Telegram channel.
64

75
The idea for creating the project was our Telegram channel, in which we posted interesting or funny comments on the map.
86

@@ -98,7 +96,7 @@ It should work **faster** by preloading all the code into memory.
9896

9997
mix deps.get --only prod
10098
mix release --path release/double_gis_monitor
101-
99+
102100
./release/double_gis_monitor/bin/double_gis_monitor start_iex
103101
```
104102

@@ -113,7 +111,7 @@ All environment variables are described in detail in the file **[config/runtime.
113111

114112
```bash
115113
# Assuming we are in the root directory
116-
114+
117115
cd compose
118116
cp example.env .env
119117
```

0 commit comments

Comments
 (0)