From d1aaf5dadba79390b8c3337c473ef09bc4689446 Mon Sep 17 00:00:00 2001 From: Nathan Waldman Date: Wed, 3 Apr 2024 20:56:37 -0500 Subject: [PATCH] fixed typo? I haven't used plandex, but reading through your USAGE.md, this makes more sense to me. Probably a typo? --- guides/USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/USAGE.md b/guides/USAGE.md index 433cbe5..4db8c62 100644 --- a/guides/USAGE.md +++ b/guides/USAGE.md @@ -27,7 +27,7 @@ plandex load tests/**/*.ts # loads all .ts files in tests and its subdirectories plandex load . --tree # loads the layout of the current directory and its subdirectories (file names only) plandex load https://redux.js.org/usage/writing-tests # loads the text-only content of the url npm test | plandex load # loads the output of `npm test` -npm load -n 'add logging statements to all the code you generate.' # load a note into context +plandex load -n 'add logging statements to all the code you generate.' # load a note into context ``` ## Tasks  ⚡️