From 7298b4e2c7a9742e3f6545e246e87456448cbfbe Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Tue, 9 Dec 2014 09:14:05 -0800 Subject: [PATCH 1/2] Add "Dancing in the Debugger" link to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcbe2fe..2ed7808 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [[Installation](#installation) • [Commands](#commands) • [Custom Commands](#custom-commands) • [Development Workflow](#development-workflow) [Contributing](#contributing) • [License](#license)] +For an a comprehensive overview of LLDB, and how Chisel compliments it, read Ari Grant's [Dancing in the Debugger — A Waltz with LLDB](http://www.objc.io/issue-19/lldb-debugging.html) in issue 19 of [objc.io](http://www.objc.io/). ## Installation ``` From a74d0b53d4ad368d606db2ea80195ef455093dda Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Tue, 9 Dec 2014 09:17:15 -0800 Subject: [PATCH 2/2] Fix typo and formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ed7808..08256db 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [[Installation](#installation) • [Commands](#commands) • [Custom Commands](#custom-commands) • [Development Workflow](#development-workflow) [Contributing](#contributing) • [License](#license)] -For an a comprehensive overview of LLDB, and how Chisel compliments it, read Ari Grant's [Dancing in the Debugger — A Waltz with LLDB](http://www.objc.io/issue-19/lldb-debugging.html) in issue 19 of [objc.io](http://www.objc.io/). +For a comprehensive overview of LLDB, and how Chisel compliments it, read Ari Grant's [Dancing in the Debugger — A Waltz with LLDB](http://www.objc.io/issue-19/lldb-debugging.html) in issue 19 of [objc.io](http://www.objc.io/). + ## Installation ```