summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDinnerbone <dinnerbone@dinnerbone.com>2011-09-25 01:48:59 +0100
committerDinnerbone <dinnerbone@dinnerbone.com>2011-09-25 01:48:59 +0100
commitf389ffd3ca009423b64b44017f9664456231e5e3 (patch)
tree72b8dffa05c89e714266a43d8608d07ff1a764d8 /README.md
parent77b9f0301ab5a025be3f5c825da50d5f03d166a6 (diff)
downloadcraftbukkit-f389ffd3ca009423b64b44017f9664456231e5e3.tar
craftbukkit-f389ffd3ca009423b64b44017f9664456231e5e3.tar.gz
craftbukkit-f389ffd3ca009423b64b44017f9664456231e5e3.tar.lz
craftbukkit-f389ffd3ca009423b64b44017f9664456231e5e3.tar.xz
craftbukkit-f389ffd3ca009423b64b44017f9664456231e5e3.zip
Fixed typo in readme, thanks to b1naryth1ef for spotting it
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ae0b531..1f24235f 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Coding and Pull Request Conventions
* We generally follow the Sun/Oracle coding standards.
* No tabs; use 4 spaces instead.
* No trailing whitespaces.
-* No CRLF lineendigs, LF only, put your gits 'core.autocrlf' on 'true'
+* No CRLF line endings, LF only, put your gits 'core.autocrlf' on 'true'
* No 80 column limit or 'weird' midstatement newlines.
* The number of commits in a pull request should be kept to a minimum (squish them into one most of the time - use common sense!).
* No merges should be included in pull requests unless the pull request's purpose is a merge.