Skip to content

Commit f2034bc

Browse files
committed
Fix .env in ReadMe
1 parent c8caa8b commit f2034bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ CHRONICLE_INSTANCE=your-instance-id
105105
CHRONICLE_REGION=your-region
106106
```
107107

108-
The SDK will use values from the `.env` file provided with the `--env-file`
109-
flag. (It has trouble finding your local .env due to SDK Path issues, which we
110-
are working to resolve.) Command-line options take precedence over environment
108+
The SDK will use values from the `.env` file or a file provided with the
109+
`--env-file` parameter. Command-line options take precedence over environment
111110
variables.
112111

113112
### Command Groups

0 commit comments

Comments
 (0)