Skip to content

Commit 0b8d734

Browse files
committed
fixed typos in readme
1 parent 914235d commit 0b8d734

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.MD

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Strong APP Workout Fetch
22

3-
This is a Rust-based service to fetch workouts from the [Strong App](https://www.strong.app/) (available for [Apple](https://apps.apple.com/us/app/strong-workout-tracker-gym-log/id464254577) and [Android](https://play.google.com/store/apps/details?id=io.strongapp.strong)) and store them in a Clickhouse database.
3+
This is a Rust-based service to fetch workouts from the [Strong App](https://www.strong.app/) (available for [Apple](https://apps.apple.com/us/app/strong-workout-tracker-gym-log/id464254577) and [Android](https://play.google.com/store/apps/details?id=io.strongapp.strong)) and store them in a ClickHouse database.
44

55

66
The URL to the API backend is not provided here, for now, because it's not entirely public and because of possible legal implications.
@@ -20,9 +20,9 @@ You can find the Grafana JSON for the [heatmap](./examples/grafana/heatmap.json)
2020

2121
## How to use
2222

23-
0. Have your Clckhouse database ready and running
23+
0. Have your ClickHouse database ready and running
2424
1. Clone this repo
25-
2. Create .env file in the root directory with the following content:
25+
2. Create `.env` file in the root directory with the following content:
2626
```ini
2727
STRONG_BACKEND=https://strong_backend_url.com
2828

@@ -41,6 +41,4 @@ You can find the Grafana JSON for the [heatmap](./examples/grafana/heatmap.json)
4141

4242
1. Make sure you have Docker and Docker Compose installed.
4343
2. Create a `.env` file in the root directory with the same content as above.
44-
3Start the service with `docker compose up -d`.
45-
46-
44+
3. Start the service with `docker compose up -d`.

0 commit comments

Comments
 (0)