Skip to content

Commit b8e4038

Browse files
committed
Merge pull request #61 from AnSavvides/master
Update README with comment about placing `text.js` in other areas
2 parents 5e0f16a + 8f0dc90 commit b8e4038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ can be hard to manage, particularly for multi-line HTML.
2828
The text.js AMD loader plugin can help with this issue. It will automatically be
2929
loaded if the text! prefix is used for a dependency. Download the plugin and put
3030
it in the app's [baseUrl](http://requirejs.org/docs/api.html#config-baseUrl)
31-
directory.
31+
directory (or use the [paths config](http://requirejs.org/docs/api.html#config-paths) to place it in other areas).
3232

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

0 commit comments

Comments
 (0)