From bcddca5f7b8d6d72f7fdae2fbc22029fbca7f4c6 Mon Sep 17 00:00:00 2001 From: Julian Kniephoff Date: Mon, 27 May 2024 14:48:48 +0200 Subject: [PATCH] Fix a command in the `README` This was left over from the big refactoring. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f83a27f58..93d3dbd6ad 100644 --- a/README.md +++ b/README.md @@ -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`.