From 9a53040bfa08d75081d1761d344bfff39ef660ee Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Wed, 9 Jul 2025 20:35:55 -0700 Subject: [PATCH] doc: Directly call CQ-editor in environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 457ccb2..cc3b93f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Test the environment with `python3 -c "import nhf"` To visualize an object, create a file `visualize.py`, and run `cq-editor`: ``` sh -python3 -m cq_editor visualize.py +CQ-editor visualize.py ``` ### Folder Structure