diff --git a/README.md b/README.md index af6164b..972e4cf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Ruby Gem for Postmen API. This extension helps developers to integrate with Postmen easily. +## Resources + +- API documentation/overview +- Example App +- Ruby technical documentation + ## Installation @@ -61,11 +67,6 @@ Postmen::Label.all(status: 'created') Postmen::Label.find('1111') # Returns an instance of Postmen::Label ``` -### Documentation - -- API documentation/overview -- Example App -- Ruby technical documentation ## The License (MIT)