Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzak committed Mar 22, 2017
1 parent 9381dea commit 3a9cad3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -12,6 +12,12 @@ Ruby Gem for Postmen API.

This extension helps developers to integrate with Postmen easily.

## Resources

- <a href="https://docs.postmen.com"> API documentation/overview</a>
- <a href="https://github.com/krzyzak/postmen-example-app/"> Example App</a>
- <a href="http://www.rubydoc.info/github/postmen/postmen-sdk-ruby">Ruby technical documentation</a>


## Installation

Expand Down Expand Up @@ -61,11 +67,6 @@ Postmen::Label.all(status: 'created')

Postmen::Label.find('1111') # Returns an instance of Postmen::Label
```
### Documentation

- <a href="https://docs.postmen.com"> API documentation/overview</a>
- <a href="https://github.com/krzyzak/postmen-example-app/"> Example App</a>
- <a href="http://www.rubydoc.info/github/postmen/postmen-sdk-ruby">Ruby technical documentation</a>

## The License (MIT)

Expand Down

0 comments on commit 3a9cad3

Please sign in to comment.