From 0255ff3bcf105845a365c112b73243367730c4bf Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 12 Nov 2013 16:59:12 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5c4578f..0d70d5a 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ JSPM Registry --- -Pull requests welcome! +Pull requests welcome. View `registry.json` to see what is currently in the registry. -The JSPM Registry is a loader baseURL located at `https://registry.jspm.io`, providing common dependency-managed libraries. -For example, jquery is located at `https://registry.jspm.io/jquery.js`, or `https://registry.jspm.io/jquery@2.0.3.js`. +* The JSPM Registry is the default registryURL for the [JSPM loader](https://github.com/jspm/jspm-loader) located at `https://registry.jspm.io`. -While the registry is small enough, all registry entries are managed through Github, moderated by the registry maintainers. +* It simply provides a lookup from a name to a target endpoint: + ```javascript + "bootstrap": "github:twbs/bootstrap" + ``` * The registry provides a mapping from a _unique registry name_ to a _target package_: - ``` - "bootstrap": "github:twbs/bootstrap" - ``` + * For ease of reference, please ensure new names are added in the correct alphabetical location. * Currently the following SPDY-optimized _location services_ are available in the registry mapping: * Github: `github:author/repo`