Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Jul 18, 2019
1 parent f4d4405 commit 6885fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ observable.stdout.on("data", function() {
// get all content from STDOUT as a string
const text = observable.stdout.fullText()

// wait for content on STDOUT
// wait for text to appear in STDOUT
await observable.stdout.waitForText("server is online")

// wait for a regex on STDOUT
Expand Down

0 comments on commit 6885fee

Please sign in to comment.