Skip to content

Commit

Permalink
Fix a command in the README
Browse files Browse the repository at this point in the history
This was left over from the big refactoring.
  • Loading branch information
JulianKniephoff committed May 27, 2024
1 parent 030b278 commit bcddca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you want to authenticate using different credentials, you can specify them
in the `PROXY_AUTH` variable in the format `user:password`, as in

```sh
PROXY_TARGET=http://localhost:8080 PROXY_AUTH=jdoe:aligator3 npm run client
PROXY_TARGET=http://localhost:8080 PROXY_AUTH=jdoe:aligator3 npm start
```

Note that `PROXY=1` is not required if you specify either `PROXY_TARGET` or `PROXY_AUTH`.
Expand Down

0 comments on commit bcddca5

Please sign in to comment.