diff --git a/README.md b/README.md index fd503b97c583a8f247bfb13fa6c3423233c9b4ea..5234c9639b4b90e43a7f34ce38923017f020c99a 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ not index the contents of the logs, but rather a set of labels for each log stea ## Run it locally -Tempo can be run in a single host, no-dependancies mode using the following commands: +Tempo can be run in a single host, no-dependencies mode using the following commands: ``` $ make protos yacc $ go build ./cmd/tempo -$ ./tempo -config.file=./doc/local.yaml +$ ./tempo -config.file=./docs/local.yaml ... ```