From 9f86b42f146535a1b4282fbb442cb6c4b38ee428 Mon Sep 17 00:00:00 2001 From: Amanda Savluchinske Date: Fri, 21 Jun 2024 12:44:32 -0300 Subject: [PATCH] Update README.md --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 2112f70..715b1ad 100644 --- a/example/README.md +++ b/example/README.md @@ -27,6 +27,7 @@ Go to the example project to finish the link with the frontend library: ```bash cd .. # back to project root directory cd example +npm install npm link django-ai-assistant-client ``` @@ -34,7 +35,6 @@ Run the example Webpack devserver to build the React frontend: ```bash # in example directory -npm install npm run start ```