Skip to content

Commit cc42da7

Browse files
committed
docs: small fix on the docs
1 parent 08d82d4 commit cc42da7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,11 @@ function start(Gulp gulp)
116116

117117
Takes a `gulp` instance as argument
118118

119-
Adds the `gulp` instance tasks for the REPL and starts a REPL listening on `stdin` and writing on `stdout` and _returns_ a `readline.Interface` instance. Each of the commands typed to the REPL are looked up in each of the instances given on `add`.
119+
Adds the `gulp` instance tasks for the REPL.
120+
121+
Starts a REPL listening on `stdin` and writing on `stdout`. Each of the commands typed to the REPL are looked up in each of the instances given on `add`.
122+
123+
_returns_ a `readline.Interface` instance.
120124

121125
[See node's core module `readline` documentation about the `readline.Interface`](https://nodejs.org/api/readline.html).
122126

@@ -173,6 +177,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
173177
[b-version]: http://img.shields.io/npm/v/gulp-repl.svg?style=flat-square
174178
[badge-downloads]: http://img.shields.io/npm/dm/gulp-repl.svg?style=flat-square
175179

180+
[v2.0.1]: https://github.com/stringparser/gulp-repl/commit/be44875927a42d8f08dcafa7984db0bfc423e0a3
176181

177182
[v2.0.0]: https://github.com/stringparser/gulp-repl/commit/be44875927a42d8f08dcafa7984db0bfc423e0a3
178183
[v1.1.2]: https://github.com/stringparser/gulp-repl/commit/572df8ce7cd9d4edd3a2190de021381671a295f0

0 commit comments

Comments
 (0)