diff --git a/README.md b/README.md index 059ad38..e3f58a3 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,15 @@ Usage ### npm ```bash -# directly from git -npm install --save git+https://git@git.daplie.com:Daplie/human-readable-ids-js.git - # from npm npm install --save human-readable-ids ``` +```bash +# directly from git +npm install --save https://git.coolaj86.com/coolaj86/human-readable-ids.js.git +``` + ```javascript 'use strict'; diff --git a/package.json b/package.json index 4955c36..7bab464 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "human-readable-ids", - "version": "1.0.3", + "version": "1.0.4", "description": "Generate human-readable ids from lists of easy-to-spell nouns and adjectives", "main": "index.js", "dependencies": { @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "https://git.daplie.com/Daplie/human-readable-ids-js.git" + "url": "https://git.coolaj86.com/coolaj86/human-readable-ids.js.git" }, "keywords": [ "hri", @@ -30,7 +30,7 @@ "author": "AJ ONeal (https://coolaj86.com/)", "license": "Apache2", "bugs": { - "url": "https://git.daplie.com/Daplie/human-readable-ids-js/issues" + "url": "https://git.coolaj86.com/coolaj86/human-readable-ids.js/issues" }, - "homepage": "https://git.daplie.com/Daplie/human-readable-ids-js#readme" + "homepage": "https://git.coolaj86.com/coolaj86/human-readable-ids.js#readme" }