Skip to content

Commit

Permalink
update examples to match changes in updatefile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Jul 4, 2016
1 parent d11964f commit 9d2d721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Try the following steps to get familiarized with how update works:
- [ ] run `$ update example` to execute the default task, which will append the string `foo` to the file's contents.
- [ ] run `$ update example:foo` to execute the `foo` task, appending the string `foo` to the file's contents
- [ ] run `$ update example:bar` to execute the `bar` task, appending the string `bar` to the file's contents
- [ ] run `$ update example.abc` to execute the default task on the `abc` (sub-)updater, appending the string `abc:one` to the file's contents
- [ ] run `$ update example.abc:one` to execute the `one` task on the `abc` (sub-)updater, appending the string `abc:one` to the file's contents
- [ ] run `$ update example.abc` to execute the default task on the `abc` (sub-)updater, appending the string `abc:default` to the file's contents
- [ ] run `$ update example.abc:xyz` to execute the `xyz` task on the `abc` (sub-)updater, appending the string `abc:xyz` to the file's contents

See [the code](updatefile.js) for more details.

1 comment on commit 9d2d721

@jonschlinkert
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Please sign in to comment.