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> | 2015-03-17 11:26:17 -0400 |
commit | 2c3be80143cf8dd1e68ca89667a8656330d729f6 (patch) | |
tree | afec37046bd8e0c3a090a30ee49b4d2572e446b6 /README.md | |
parent | 4212d072a112d0315df1c26f81764fafd96a478d (diff) | |
download | jquery-ui-2c3be80143cf8dd1e68ca89667a8656330d729f6.tar.gz jquery-ui-2c3be80143cf8dd1e68ca89667a8656330d729f6.zip |
README: Fix typo
Closes gh-1489
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 |