Update README.md

This commit is contained in:
Guy Bedford
2013-11-13 12:24:24 +02:00
parent 9cc2f6ea8a
commit 3d804c9689
+3 -1
View File
@@ -10,7 +10,7 @@ What it does
### 1. Endpoint Mappings (registry.json) ### 1. Endpoint Mappings (registry.json)
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](https://github.com/jspm/registry/wiki/Endpoint-Conventions).
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: 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:
@@ -42,6 +42,8 @@ The current supported endpoint servers are:
To add a new endpoint server to the registry, provide a pull request to `endpoints.json`. To add a new endpoint server to the registry, provide a pull request to `endpoints.json`.
For more information on endpoints, read the [Endpoint Conventions guide](https://github.com/jspm/registry/wiki/Endpoint-Conventions).
### 2. Package.json Overrides (package_overrides) ### 2. Package.json Overrides (package_overrides)
The registry also provides a service for overriding the `package.json` of existing repos. The registry also provides a service for overriding the `package.json` of existing repos.