Skip to content

Commit 14e58d6

Browse files
committed
chore: fix the command
1 parent 3a02d5b commit 14e58d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/express/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ docker run --rm --name jaeger \
3737
Run the server:
3838

3939
```sh
40-
npm run jaeger:server
40+
npm run server
4141
```
4242

4343
Then run the client in a separate terminal:
4444

4545
```sh
46-
npm run jaeger:client
46+
npm run client
4747
```
4848

4949
Visit the Jaeger UI at <http://localhost:16686/search>, select a service (e.g. "example-express-client"), click "Find Traces", then click on a trace to view it.

0 commit comments

Comments
 (0)