Update README.md

This commit is contained in:
Guy Bedford
2013-11-12 17:15:40 +02:00
parent 19cfe3a702
commit 8b2a2385ae
+1 -1
View File
@@ -12,7 +12,7 @@ What it does
Modules are served from _endpoint servers_. Endpoints include `github:`, `npm:` and `cdnjs:`, and anyone can submit a new endpoint, provided it meets certain requirements. Modules are served from _endpoint servers_. Endpoints include `github:`, `npm:` and `cdnjs:`, and anyone can submit a new endpoint, provided it meets certain requirements.
If I want to load Twitter Bootstrap with the [JSPM loader](https://github.com/jspm/jspm-loader), I would write the following: If I want to load Twitter Bootstrap directly from the Github endpoint with the [JSPM loader](https://github.com/jspm/jspm-loader), I would write the following:
```javascript ```javascript
jspm.import('github:twbs/bootstrap@3.0/js/bootstrap'); jspm.import('github:twbs/bootstrap@3.0/js/bootstrap');