diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2015-01-09 16:39:41 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2015-01-09 16:39:41 -0500 |
commit | b50e0f2c3651d64d40931a16733b015f56409c63 (patch) | |
tree | 467dd87008832c6215ea2bdb3367124ad487000a | |
parent | a3779bc3254159f5a99e8204e69a0f0b9e191f6f (diff) | |
download | jquery-b50e0f2c3651d64d40931a16733b015f56409c63.tar.gz jquery-b50e0f2c3651d64d40931a16733b015f56409c63.zip |
Docs: Fix README uppercase
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ To create a custom build, first check out the version: git pull; git checkout VERSION ``` -where VERSION is the version you want to customize. Then, make sure all Node dependencies are installed: +Where VERSION is the version you want to customize. Then, make sure all Node dependencies are installed: ```bash npm install |