Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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'
```

Expand Down