Skip to content

Commit

Permalink
Correct image alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoc committed Oct 16, 2024
1 parent d0be10f commit 11c27f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A simple progressive web app to track sleep.

<p align="center">
<img src="images/sleep-tracker.png" alt="An example of a sleep logged during 22nd of December" width="250">
<img src="images/sleep-tracker.png" alt="An example of a sleep entry logged on the 15th of October" width="250">
</p>

## Specifying secrets
Expand All @@ -23,7 +23,7 @@ The client ID has to be of type Desktop app.
During first login there will be a command line prompt to log in with Google.
After logging in, a `secret/token.json` file will be generated and the app will have to be restarted in order for it to work.

This command can be used to generate the initial `secret/token.json` file:
This command can be used to generate the initial `secret/token.json` file:

```shell
docker run -it --rm -v `pwd`/secret:/usr/src/sleep-tracker/secret -p 8002:8000 mpoc/sleep-tracker
Expand Down

0 comments on commit 11c27f7

Please sign in to comment.