From ab520d59f329f36d6540331a8e4c63c235f2ef98 Mon Sep 17 00:00:00 2001 From: Javier Soto Date: Tue, 29 Mar 2022 16:55:49 -0700 Subject: [PATCH] Fix instructions on how to run `loadCommandsInDirectory` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5992d3..4820e2e 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,8 @@ Then all that's left is to source the commands in lldbinit. `Chisel` has a pytho ```Python # ~/.lldbinit ... -command script import /path/to/fbobjclldb.py -script fbobjclldb.loadCommandsInDirectory('/magical/commands/') +command script import /path/to/fblldb.py +script fblldb.loadCommandsInDirectory('/magical/commands/') ```