Skip to content

Commit

Permalink
Merge pull request #61 from AnSavvides/master
Browse files Browse the repository at this point in the history
Update README with comment about placing `text.js` in other areas
  • Loading branch information
jrburke committed Aug 2, 2013
2 parents 5e0f16a + 8f0dc90 commit b8e4038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ can be hard to manage, particularly for multi-line HTML.
The text.js AMD loader plugin can help with this issue. It will automatically be
loaded if the text! prefix is used for a dependency. Download the plugin and put
it in the app's [baseUrl](http://requirejs.org/docs/api.html#config-baseUrl)
directory.
directory (or use the [paths config](http://requirejs.org/docs/api.html#config-paths) to place it in other areas).

You can specify a text file resource as a dependency like so:

Expand Down

0 comments on commit b8e4038

Please sign in to comment.