From f8e58e4cb9837762dd5758aea4f5d0054026d95e Mon Sep 17 00:00:00 2001 From: Arnei Date: Tue, 21 Nov 2023 12:25:59 +0100 Subject: [PATCH] Fix commands in docs for proxy server The commands for running the proxy server in the README are wrong/incomplete. This should help users with running the correct commands for their setup. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abbb0ef3a0..c3264ffcc8 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ It will also start a backend server with dummy data at localhost:5000. To test with real data, instead run: - npm proxy-server + npm proxy-server *opencast_digest_username* *opencast_digest_password* This will start a proxy server at localhost:5000. It will automatically proxy requests to a Opencast instance at localhost:8080. You can then start the client in a different tab by running: - npm client + npm run client