aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNicolas Gallagher <nicolasgallagher@gmail.com>2014-01-24 13:23:52 -0800
committerNicolas Gallagher <nicolasgallagher@gmail.com>2014-01-24 13:23:52 -0800
commit45cc401523c73a7ea48d433a269a7164059a4812 (patch)
tree3b7ef9f20e75d324c359983b9abd10aa5599ce21 /CONTRIBUTING.md
parent68322db312c1c8eb9fd1e9d2571c7728ea9c4cbe (diff)
downloadnormalize.css-45cc401523c73a7ea48d433a269a7164059a4812.tar.gz
normalize.css-45cc401523c73a7ea48d433a269a7164059a4812.zip
Change indentation: 4 -> 2 spaces
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4c526bb..abcbae2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -172,6 +172,6 @@ cutting new releases.
added to the CHANGELOG (inc. date), and the `bower.json`, `component.json`,
and `normalize.css` files.
3. The commit message must be of `v0.0.0` format.
-4. Create an annotated tag for the version: `git tag -m "v0.0.0" v0.0.0`.
+4. Create an annotated tag for the version: `git tag -m "v0.0.0" 0.0.0`.
5. Push the changes and tags to GitHub: `git push --tags origin master`
6. Checkout the `gh-pages` branch and follow the instructions in the README.