diff --git a/README.md b/README.md index 3d791ae..95eccab 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,6 @@ yipit.deals(params, function (error, deals){ # References # - [Request API Key](http://yipit.com/about/api/) - [API Documentation](http://yipit.com/about/api/documentation/) -- [HTTPRequest Documentation] (https://github.com/keverw/HTTPRequest) +- [HTTPRequest Documentation](https://github.com/keverw/HTTPRequest) **Hope you enjoy! Email me at khaliqgant@gmail.com for any questions or bugs \ No newline at end of file diff --git a/package.json b/package.json index a1e027c..569eab9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yipit", "description": "Simple query for interfacing with Yipit's API", - "version": "0.1.3", + "version": "0.1.4", "main": "index.js", "author":{ "name": "Khaliq Gant",