Skip to content

Commit 12b4769

Browse files
authored
Fix Example readme file to use correct commands for local testing (#9582)
1 parent 8a0672b commit 12b4769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/demo/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Developers interested in running a local build of the Collector need to build a
4444
docker image using the command below:
4545

4646
```shell
47-
make docker-otelcol
47+
make docker-otelcontribcol
4848
```
4949

50-
And set an environment variable `OTELCOL_IMG` to `otelcol:latest` before
50+
And set an environment variable `OTELCOL_IMG` to `otelcontribcol` before
5151
launching the command `docker-compose up -d`.
5252

5353

0 commit comments

Comments
 (0)