From 924f17741bdf2f62999e7e8c2a44f9cd618b2d92 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 12 Nov 2013 17:25:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a11587..8ab7952 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ If I want to load Twitter Bootstrap directly from the Github endpoint with the [ jspm.import('github:twbs/bootstrap@3.0/js/bootstrap'); ``` +The loader then sends a request to the URL `https://github.jspm.io/twbs/bootstrap@3.0/js/bootstrap.js` and the **Github endpoint server**, returns the associated code. + The registry simply remembers the `github:twbs/bootstrap` part, allowing the shortcut form: ```javascript