From 3d804c96897b7152888954eb83a87c86a14a6e8b Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 13 Nov 2013 12:24:24 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fde5e13..27b585a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ What it does ### 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: @@ -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`. +For more information on endpoints, read the [Endpoint Conventions guide](https://github.com/jspm/registry/wiki/Endpoint-Conventions). + ### 2. Package.json Overrides (package_overrides) The registry also provides a service for overriding the `package.json` of existing repos.