From 9d3f5ab3578e8197533b73b2b7278b170f0462b1 Mon Sep 17 00:00:00 2001 From: Cheng Liu Date: Fri, 28 Jun 2024 23:29:49 -0700 Subject: [PATCH] :art: text --- README.md | 2 +- client/ControlPanel.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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{" "}