From 8ad3145b5ae11c11c19e42b38b85f0c4a702ac99 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Mon, 16 Sep 2013 12:12:31 +0200 Subject: [PATCH] package.json spec link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 604b621..bb8e665 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,4 @@ Only exact semver versions can be used, excluding semver build numbers and suffi For example, a package override for jquery 2.0.0 would be located at `package-overrides/github/jquery/jquery@2.0.0.json`. -Read more about customizing packages for jspm at the [jspm package.json specification]() page. +Read more about customizing packages for jspm at the [jspm package.json specification](https://github.com/jspm/registry/wiki/Package.json-Specification) page.