Merge pull request #28 from mpint/patch-1

Removed extra ` in README
This commit is contained in:
James Burke
2015-06-05 13:03:16 -07:00
+2 -2
View File
@@ -34,7 +34,7 @@ Object. For specifying a path for a the given module ID prefix.
A property in the `paths` object is an absolute module ID prefix, and the value
can either be:
* String: a path value to use for the module ID prefix. If it is a relative path, it it relative to baseUrl. It can be an absolute path, like `/top/level/dir` or ``//top/level/dir` or `http://some.domain.com/top/level/dir`.
* String: a path value to use for the module ID prefix. If it is a relative path, it it relative to baseUrl. It can be an absolute path, like `/top/level/dir` or `//top/level/dir` or `http://some.domain.com/top/level/dir`.
* Array: Optional. If the module loader provides a failover capability, the loader can allow an Array of String path values. If the loader cannot load the module at the first path in the Array, it can try the next path in the Array, and so on.
## packages <a name="packages"></a>
@@ -249,4 +249,4 @@ Example of shim config for two commonly used libraries, Backbone and underscore,
}
}
}
```
```