Update README.md

This commit is contained in:
Guy Bedford
2013-11-12 17:25:43 +02:00
parent ea8048cf3c
commit 924f17741b
+2
View File
@@ -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