diff --git a/README.md b/README.md index 31e623c..7acbc58 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ # Node.js + ipapi (IP address location API) +## Installation +``` +npm install ipapi.co +``` + ## Usage ### From Node.js REPL ``` -var ipapi = require('./ipapi.js'); +var ipapi = require('ipapi.co'); var callback = function(res){ console.log(res);