Skip to content

Commit 704eed2

Browse files
committed
update jquery plugin doc
1 parent c4a573d commit 704eed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/jquery.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ library via a `<script>` tag, in which case it just returns a pointer to the alr
1111

1212
It's useful to avoid loading jQuery twice.
1313

14-
When using this plugin, you must manually include jquery into your app via `bower install jquery` or via
14+
When using this plugin, you can use the provided jquery (installed as a `requirejs-dplugins` bower dependency)
15+
or use your own version, either via `bower install jquery` or via
1516
a script tag (ex: `<script src="https://code.jquery.com/jquery-2.1.1.min.js">`).
1617

1718
## Example

0 commit comments

Comments
 (0)