README.md in emites-client-0.0.4 vs README.md in emites-client-0.1.0

- old
+ new

@@ -38,12 +38,12 @@ ## Usage ##### Given your token, create an instance of Emites::Client, as below: -```ruby -client = Emites.client("YOUR_TOKEN_HERE") +```ruby +client = Emites.client("YOUR_TOKEN_HERE") ``` ##### Now you have access to every API endpoint: * [Emitters API](http://myfreecomm.github.io/emites/sandbox/v1/modules/emitter.html) as `client.emitters` @@ -243,9 +243,20 @@ /api/v1/service-values/:id </a> </td> <td> <code>client.services.destroy</code> + </td> + </tr> + <tr> + <td><code>POST</code></td> + <td> + <a href="http://myfreecomm.github.io/emites/sandbox/v1/modules/service_values.html#calculo-de-valor-liquido-da-nfse" target="_blank"> + /api/v1/service-values/:id/calculation-liquid-amount + </a> + </td> + <td> + <code>client.services.calculate_liquid_amount</code> </td> </tr> </table> #### [Webhooks](http://myfreecomm.github.io/emites/sandbox/v1/modules/webhooks.html)