Fixing small typo in README.md (#17)

This commit is contained in:
Jack Danger 2021-10-09 17:09:07 -07:00 committed by GitHub
parent 5f9c5e9530
commit 67b836d4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ objinsync pull --exclude '**/__pycache__/**' s3://bucket/keyprefix ./localdir
```
When running in daemon mode (without `--once` flag), a health check endpoint is
served at `:8087/health` and a prometheus metrics endponit is served at
served at `:8087/health` and a prometheus metrics endpoint is served at
`:8087/metrics`. You can use `--status-addr` to override the binding address.
Objinsync also comes with builtin Sentry integration. To enable it, set the