Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Fix baseURL documentation in README.md #187

Merged
merged 1 commit into from
Jul 21, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ All modules are loaded relative to the `baseURL`, which by default is set to the
We can alter this with:

```javascript
System.baseURL = '/js/lib';
System.baseURL = '/js/lib/';
System.import('module'); // now loads "/js/lib/module.js"
```

Expand Down