diff --git a/README.md b/README.md index ef8fa99..7ea702d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Mac users can download theses files from the App Store. ## Install with [bpkg](https://github.com/bpkg/bpkg) ```sh -$ bpkg install busterc/osxiso +$ bpkg install busterc/osx-iso ``` ## Usage diff --git a/package.json b/package.json index 332f04e..0df2bee 100644 --- a/package.json +++ b/package.json @@ -6,13 +6,13 @@ "install": "install -c osxiso ${PREFIX:-/usr/local}/bin", "repository": { "type": "git", - "url": "https://github.com/busterc/osxiso" + "url": "https://github.com/busterc/osx-iso" }, "author": "Buster Collings", "license": "ISC", "bugs": { - "url": "https://github.com/busterc/osxiso/issues" + "url": "https://github.com/busterc/osx-iso/issues" }, - "homepage": "https://github.com/busterc/osxiso" + "homepage": "https://github.com/busterc/osx-iso" }