From 09cdd1ac7bcab73f92e5bfae2bae6a4e7aa2d5e8 Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Mon, 10 Aug 2020 10:11:06 -0400 Subject: [PATCH] Markdown formatting tweaks. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc934a5..0cf03be 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ NSString* toPath = [[paths objectAtIndex:0] stringByAppendingPathComponent:@"tes [DCTar decompressFileAtPath:dataPath toPath:toPath error:nil]; ``` -##Tar +## Tar ```objc NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); @@ -37,7 +37,7 @@ I got some of the tar code from here: The recommended approach for installing tarkit is via the CocoaPods package manager (like most libraries). -``` +```ruby pod 'tarkit', '~> 0.1.3' ```