<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ Or replace 'drnic' with your github username if you have forked the sake-tasks r
 
 Then install the sake tasks (this step is repeatable, even if one or more tasks are already exist; that is, any pre-existing tasks with the same name will be overridden)
 
-	rake install:all
+	rake install
 
 To see your list of resulting tasks:
 
@@ -44,7 +44,7 @@ The following sake tasks are installed:
 
 ## Adding new recipes/tasks
 
-The installer rake task `rake install:all` works by assuming that each `.sake` file contains one sake task. This allows it to uninstall the task from sake first, and then re-install it (sake barfs if you attempt to reinstall an existing task).
+The installer rake task `rake install` works by assuming that each `.sake` file contains one sake task. This allows it to uninstall the task from sake first, and then re-install it (sake barfs if you attempt to reinstall an existing task).
 
 So, to create a task `foo:bar:baz`, you'll need to add a folder `foo/bar` and create a file `baz.sake` inside it. Within that file you would then specify your task using `namespace` and `task` method calls:
 
@@ -73,7 +73,7 @@ To install the latest modified sake file:
 
 	rake install:latest
 
-To restrict `rake install:all` to only re-install a task `foo:bar:baz` you can either use:
+To restrict `rake install` to only re-install a task `foo:bar:baz` you can either use:
 
 	rake install:file f=foo/bar/baz.sake
 	rake install:task t=foo:bar:baz</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>754620569bd60ff998d075888e2dd28d1ada4450</id>
    </parent>
  </parents>
  <author>
    <name>Justin Palmer</name>
    <email>justin@activereload.net</email>
  </author>
  <url>http://github.com/drnic/sake-tasks/commit/f6fe0d2f3f6cbb6e3c90c0f6c2510dfd4b4d8490</url>
  <id>f6fe0d2f3f6cbb6e3c90c0f6c2510dfd4b4d8490</id>
  <committed-date>2008-08-26T13:41:07-07:00</committed-date>
  <authored-date>2008-08-26T13:41:07-07:00</authored-date>
  <message>Modify readme to use shorthand rake install instead of install:all</message>
  <tree>d8e99cb1e26ee26d34b8ee4a5626a20c93279d4e</tree>
  <committer>
    <name>Justin Palmer</name>
    <email>justin@activereload.net</email>
  </committer>
</commit>
