diff options
author | Thomas Applencourt <thomas.applencourt@irsamc.ups-tlse.fr> | 2015-03-14 22:06:18 +0100 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-06-09 12:18:17 -0400 |
commit | ec6e10de6b8cfa9f249b07e9f5440c163ba7af67 (patch) | |
tree | 3585c594aabedd04ca1e6d79c7b3943a819bab1a /README.md | |
parent | ec44c24a50876aa0a57f92f2c93e686a5def622c (diff) | |
download | jquery-ui-ec6e10de6b8cfa9f249b07e9f5440c163ba7af67.tar.gz jquery-ui-ec6e10de6b8cfa9f249b07e9f5440c163ba7af67.zip |
README: Fix typo
Closes gh-1489
(cherry picked from commit 2c3be80143cf8dd1e68ca89667a8656330d729f6)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ You can also run the unit tests inside phantomjs by [setting up your environment jQuery UI uses the [Grunt](http://gruntjs.com/) build system. -To build jQuery UI, [setup your environment]([setting up your environment](CONTRIBUTING.md#environment-minimum-required)) and then run the following commands: +To build jQuery UI, [setup your environment](CONTRIBUTING.md#environment-minimum-required) and then run the following commands: ```sh # Run the concat task to concatenate files |