From d4c08ea096944e2b73f4575f5c5799dc6cdc4760 Mon Sep 17 00:00:00 2001 From: robertsevernsentient Date: Fri, 12 May 2023 15:29:31 -0700 Subject: [PATCH] fix: readme change to make it publish (#39) * fix: readme change to make it publish * feat: to bump minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4280b4d..cb1b54b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ npm start > NOTE: Replace the values of `environment` in the _.env.local_ file > if you have an environment of your own. - > If your environment belongs to stack other than `prod`, you can > also provide an `endpoint` option to point to a different stack. > @@ -32,5 +31,6 @@ npm start > REACT_APP_EVOLV_CONFIG='{"environment":"a925240014","endpoint": "https://participants.evolv.ai"}' > ``` + * React: [http://localhost:4001/](http://localhost:4001/) * NextJS: [http://localhost:4002/](http://localhost:4002/)