Skip to content

Commit aa877c0

Browse files
committed
jquery->jQuery + make consistent wording between README & doc
1 parent 1e0cc5b commit aa877c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Then install dependencies with bower (or manually from github if you prefer to):
3535
$ cd requirejs-dplugins
3636
$ bower install
3737

38-
Of course, to use the jQuery plugin you will need to install jquery in your app via `bower install jquery` or
39-
via a script tag (ex: `<script src="https://code.jquery.com/jquery-2.1.1.min.js">`).
38+
When using the jQuery plugin, in order to be able to load jQuery modules, you must manually include jQuery into
39+
your app via `bower install jquery` or via a script tag (ex: `<script src="https://code.jquery.com/jquery-2.1.1.min.js">`).
4040

4141
## css
4242
This plugin will load and wait for a css file. CSS loaded with this plugin can be overwritten by
@@ -56,7 +56,7 @@ This plugin provides an API to handle string translation.
5656
See [docs/i18n.md](./docs/i18n.md) and [samples/i18n.html](./samples/i18n.html) for documentation and sample.
5757

5858
## jquery
59-
This plugin loads the specified jquery modules if they are not loaded already.
59+
This plugin loads the specified jQuery modules if they are not loaded already.
6060

6161
See [docs/jquery.md](./docs/jquery.md) for documentation.
6262

docs/jquery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +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
15-
a script tag (ex: `<script src="https://code.jquery.com/jquery-2.1.1.min.js">`).
14+
When using this plugin, in order to be able to load jQuery modules, you must manually include jQuery into
15+
your app via `bower install jquery` or via a script tag (ex: `<script src="https://code.jquery.com/jquery-2.1.1.min.js">`).
1616

1717
## Example
1818

0 commit comments

Comments
 (0)