Skip to content

Commit 9cf1517

Browse files
specify its for local development
1 parent 1f86af3 commit 9cf1517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ hdcli tracker run
5555
hdcli report generate
5656
```
5757

58-
It is possible to change the server to which the report is sent by setting the `NES_REPORT_URL` environment variable.
58+
For local debugging and development, it is possible configure the server to which reports are sent by setting the `NES_REPORT_URL` environment variable:
5959

6060
```bash
61-
# Send information about your project manifest files
61+
# Send information about your project manifest files to a custom graphql endpoint
6262
NES_REPORT_URL="https://example.com/graphql" hdcli report generate
6363
```
6464

0 commit comments

Comments
 (0)