Fix address book formatting in humanizing OS X post.
[blog.git] / posts / Humanizing_OS_X.mdwn
index 0b5f9957d0a53833923262db2e4e41bb601e54fa..028600cdc1a3c2efc9559abe18776907d2927513 100644 (file)
@@ -201,10 +201,10 @@ Address Book and LDAP
 You can configure Apple's [Address Book][aab] to search an LDAP
 directory.  Set up your connection with:
 
-  /Applications/Address\ Book.app
-    Address Book -> Preferences -> Accounts -> Add
-      Account Type: LDAP
-      ...
+    /Applications/Address Book.app
+      Address Book -> Preferences -> Accounts -> Add
+        Account Type: LDAP
+        ...
 
 If you're using a self-signed certificate, you'll need to add your CA
 to the system keyring or OS X will assume a man-in-the-middle attack
@@ -214,7 +214,7 @@ Add your certificate with:
     /Applications/Utilities/Keychain Access.app
       File -> Import Items
         /path/to/your/CA/certificate
-        Destination Keychain:  System
+        Destination Keychain: System
 
 After which everything should work as expected.