diff --git a/README.md b/README.md index ebee79a..e7f314c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Visualize project relationships in your [PNPM](https://pnpm.io/) workspace Use Ctrl+C to close it ``` -3. When the app page appears in your web browser appears, click the `[Open Panel]` button: +3. When the app page appears in your web browser appears, click the `Filter` button: Settings Panel

Using the Settings Panel to select a subset of projects

diff --git a/client/ControlPanel.tsx b/client/ControlPanel.tsx index 3583598..93504f5 100644 --- a/client/ControlPanel.tsx +++ b/client/ControlPanel.tsx @@ -111,7 +111,7 @@ export const ControlPanel = () => { - See{" "} + This points to PNPM's "--filter" syntax to select a subset of projects. See{" "}