Skip to content

Commit

Permalink
jquery->jQuery + make consistent wording between README & doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolif committed Jan 27, 2015
1 parent 1e0cc5b commit aa877c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Then install dependencies with bower (or manually from github if you prefer to):
$ cd requirejs-dplugins
$ bower install

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

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

## jquery
This plugin loads the specified jquery modules if they are not loaded already.
This plugin loads the specified jQuery modules if they are not loaded already.

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

Expand Down
4 changes: 2 additions & 2 deletions docs/jquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ library via a `<script>` tag, in which case it just returns a pointer to the alr

It's useful to avoid loading jQuery twice.

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

## Example

Expand Down

0 comments on commit aa877c0

Please sign in to comment.