diff --git a/README.md b/README.md index 168406adc..ee6a2239c 100644 --- a/README.md +++ b/README.md @@ -134,13 +134,13 @@ The best way to understand A2UI is to run the samples. Open a new terminal window: ```bash - # Install and build the Markdown renderer - cd renderers/markdown/markdown-it + # Install and build the Web Core library + cd renderers/web_core npm install npm run build - # Install and build the Web Core library - cd ../../web_core + # Install and build the Markdown renderer + cd ../markdown/markdown-it npm install npm run build