summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2012-08-30 16:17:15 -0400
committerAnthony Zhang <azhang9@gmail.com>2012-08-30 16:17:15 -0400
commit340416c789fc8a2e32ae39c28b0ea6eea403bb4d (patch)
tree625c9b9c425edf1b84a4647bc6da94e0dbb72930 /README.md
parent21192ceb5724453f7c63be7b39af581970e83720 (diff)
Fix player axis detection, make spirals code a bit easier to read.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a83f2f4..676d425 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length <length>
### //spiral <size> <node>
-Add Spiral at WorldEdit position 1 with size <size>, composed of <node>.
+Add spiral at WorldEdit position 1 with size <size>, composed of <node>.
//spiral 8 dirt
//spiral 5 default:glass
@@ -227,7 +227,7 @@ Returns the number of nodes added.
### worldedit.spiral(pos, size, nodename)
-Adds a Spiral at `pos` with size `size`.
+Adds a spiral at `pos` with size `size`.
Returns the number of nodes changed.