Skip to content

Commit 3498df9

Browse files
author
Caleb Ely
committed
Fixed reversed wording for non-jQuery usage
1 parent c78b646 commit 3498df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Include script *after* the jQuery library:
1111
<script src="/path/to/jquery.browser.js"></script>
1212
```
1313

14-
Alternatively, you can use the plugin without jQuery by substituting `$.browser` for the global `jQBrowser` object.
14+
Alternatively, you can use the plugin without jQuery by using the global object `jQBrowser` instead of `$.browser`.
1515

1616
## Usage
1717

0 commit comments

Comments
 (0)