From 59471c90e1e23e5ea03542239267984e69d28ace Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 12 Nov 2013 17:18:29 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae70c8..e1e815b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,21 @@ The registry simply remembers the `github:twbs/bootstrap` part, allowing the sho jspm.import('bootstrap@3.0/js/bootstrap'); ``` -Anyone can submit a new endpoint server to use, simply provide a pull request to `endpoints.json`. +The `registry.json` is just a collection of these mappings: + +```javascript + "bootstrap": "github:twbs/bootstrap" +``` + +Anyone is welcome to submit a mapping. + +The current supported endpoint servers are: + +* Github (SPDY optimized) +* npm (SPDY optimized) +* CdnJS + +To add a new endpoint server to the registry, provide a pull request to `endpoints.json`. ### 2. Package.json Overrides (package_overrides)