bonusly-client
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "bonusly-client", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": " A nodejs client that consumes the Bonusly API to retrieve/send bonuses", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,3 +38,3 @@ # bonusly-node-client | ||
API: | ||
```javascipt | ||
```javascript | ||
client.giveBonus(receiverEmail, reason, amount, callback); | ||
@@ -41,0 +41,0 @@ ``` |
5565