From 3731f4dbb80cbdd958efc2d464a19a0c283a96a8 Mon Sep 17 00:00:00 2001 From: Derek Date: Tue, 13 Feb 2018 10:15:53 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37bab37..1a77ee9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Dumps all the NSObject/SwiftObject inherited classes in the process. If you give Example: - # Dump ALL the NSObject classes within the process + # Dump ALL the classes (Swift and Objective-C) found within the process (lldb) dclass # Dump ObjC/Swift info (if applicable) about the class "Hello.SomeClass" (same as dclass -i Hello.SomeClass)