Skip to content

Commit

Permalink
Fix typo in running the AdService command (#1317)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
  • Loading branch information
laithshadeed and puckpuck committed Jan 2, 2024
1 parent b55b147 commit 4870aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To run the Ad Service:
```sh
export AD_SERVICE_PORT=8080
export FEATURE_FLAG_GRPC_SERVICE_ADDR=featureflagservice:50053
./build/install/oteldemo/bin/AdService
./build/install/opentelemetry-demo-ad-service/bin/AdService
```

### Upgrading Gradle
Expand Down

0 comments on commit 4870aa9

Please sign in to comment.