Skip to content

Commit

Permalink
Fix missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
znkr committed Feb 27, 2021
1 parent 97a28dd commit 7ad217d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can run it using the following example and pass configuration environment va
$ docker run \
-e 'EXPORTER_USERNAME=your-username@acme.tld' \
-e 'EXPORTER_PASSWORD=your-password' \
-p '9898:9898'
-p '9898:9898' \
ekofr/tado-exporter:latest
```

Expand Down

0 comments on commit 7ad217d

Please sign in to comment.