Skip to content

Commit 6d6ee33

Browse files
author
Tyler Kellen
committed
correct name/runner
1 parent 7b1bfc1 commit 6d6ee33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Eventually, it is hoped that popular JS libraries will maintain their own node-t
1010
#### Task runners currently committed to supporting this spec:
1111
* [Grunt](http://gruntjs.com/)
1212
* [Brunch](http://brunch.io)
13-
* [Automotan](https://github.com/IndigoUnited/automaton)
13+
* [Automaton](http://indigounited.com/automaton/)
1414

1515
# basic specification
1616
> Perform an arbitrary task.
@@ -156,7 +156,7 @@ Example input: *this format could probably be simplified*
156156
]
157157
```
158158

159-
The method must return a return a promise which resolves to an "bufferized" input object of the following form:
159+
The method must return a return a promise which resolves to n "bufferized" input object of the following form:
160160
```js
161161
[
162162
{

0 commit comments

Comments
 (0)