Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Josip Bernat committed Nov 18, 2014
1 parent 0eec5e0 commit 9ee8d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ JBMessage is simple iOS networking wrapper based on AFNetworking. It allows you

```ruby
platform :ios, '6.0'
pod 'JBMessage', '~> 1.0.8'
pod 'JBMessage', '~> 1.0'
```

## USAGE
Expand Down Expand Up @@ -58,4 +58,4 @@ pod 'JBMessage', '~> 1.0.8'
}];
message.httpMethod = JBHTTPMethodDELETE;
[message send];
```
```

0 comments on commit 9ee8d83

Please sign in to comment.