From 4212eae1c5ccb05f43bf205fa1611dcaee36989b Mon Sep 17 00:00:00 2001 From: Karen Shaw Date: Fri, 13 Oct 2023 14:05:18 +0000 Subject: [PATCH] Typo in readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d6d4bfba..a5d297fc 100644 --- a/README.md +++ b/README.md @@ -115,17 +115,15 @@ npm run dev Access the app in a browser at: https://USER_PREFIX.dev.rdc.library.northwestern.edu:3003/ -## Running the API locally with State Machine + lambdas (needed for AV download route) - -From the `dc-api-v2` root directory: - -- Make sure you've done an `npm install` recently to update any packages in the `lambdas` directory -- Run `bin/startwi` +## Running the API locally with state machine + lambdas (needed for AV download route) ```shell # From the repo root cd dc-api-v2 +# Make sure you've done an `npm install` recently to update any packages in the `lambdas` directory +npm install + # Start the proxy (if needed) https-proxy start 3002 3000