diff --git a/README.md b/README.md index 73cee80..d5a981c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ nginx.stop().then(function () { ``` ### Methods for managing vhosts -Programmatically ```create, read, update & delete``` vhosts. This will require your Nginx configuration file to require a http section where their is "an ```include directive``` for all .conf files from a certain folder". (We represent this in our library as ```confDir```); [https://kcode.de/wordpress/2033-nginx-configuration-with-includes](More information.) +Programmatically ```create, read, update & delete``` vhosts. This will require your Nginx configuration file to require a http section where their is "an ```include directive``` for all .conf files from a certain folder". (We represent this in our library as ```confDir```); [More information.](https://kcode.de/wordpress/2033-nginx-configuration-with-includes) #### Create ``` diff --git a/package.json b/package.json index 690a5e8..c8dcbd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nginx-o", - "version": "0.0.2", + "version": "0.1.0", "description": "Programmatically manipulate a running Nginx instance", "main": "lib/Nginx.js", "scripts": { @@ -9,6 +9,10 @@ "keywords": [ "nginx" ], + "repository": { + "type": "git", + "url": "https://github.com/muhammaddadu/nginx-o" + }, "author": "Muhammad Dadu", "license": "ISC", "dependencies": {