From 7f60d901da0a3cf010434aa57b53d023a1d7f7ad Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Mon, 15 Apr 2024 13:30:57 -0400 Subject: [PATCH] Remove old tip. --- client/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/README.md b/client/README.md index 1de15cf7a0..d5c5b148c7 100644 --- a/client/README.md +++ b/client/README.md @@ -38,9 +38,6 @@ The app logic is located in [src/www/app](src/www/app). UI components are locate npm run action client/src/www/storybook ``` -> [!NOTE] -> The `src` part of the path is optional. `npm run action www/start` resolves to the same script. - > [!NOTE] > Every script in this repository can be run with `npm run action` - > for a CLI-like experience, add something like