Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Fix tpyo in README #143

Merged
merged 1 commit into from Nov 16, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ Using [CocoaPods](http://cocoapods.org/):

```
target :Testtarget do
pod 'GHUnit', '~> 0.5.8'`
pod 'GHUnit', '~> 0.5.8'
end
```

Expand Down