Skip to content

Commit c4c90f3

Browse files
committed
Update the project's description as well as fix a few spelling / grammatical issues.
1 parent 9470af0 commit c4c90f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[jQuery UI](http://jqueryui.com/) - Interactions and Widgets for the web
22
================================
33

4-
jQuery UI provides interactions like Drag and Drop and widgets like Autocomplete, Tabs and Slider and makes these as easy to use as jQuery itself.
4+
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Whether you're building highly interactive web applications, or you just need to add a date picker to a form control, jQuery UI is the perfect choice.
55

6-
If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get started. Or visit the [Using jQuery UI Forum](http://forum.jquery.com/using-jquery-ui) for discussions and questions.
6+
If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get started, [jqueryui.com/demos/](http://jqueryui.com/demos/) for demos, [api.jqueryui.com](http://api.jqueryui.com/) for API documentation, or the [Using jQuery UI Forum](http://forum.jquery.com/using-jquery-ui) for discussions and questions.
77

88
If you are interested in helping develop jQuery UI, you are in the right place.
9-
To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui) or in #jquery on irc.freednode.net.
9+
To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui) or [#jqueryui-dev on irc.freenode.net](http://irc.jquery.org/).
1010

1111

1212
For contributors
@@ -91,7 +91,7 @@ If you need to edit the changes:
9191
# make changes
9292
git commit --author="[author-name-and-email]"
9393

94-
If it should go to the stable brach, cherry-pick it to stable:
94+
If it should go to the stable branch, cherry-pick it to stable:
9595

9696
git checkout 1-10-stable
9797
git cherry-pick -x [sha-of-commit-from-master]

0 commit comments

Comments
 (0)