Browse Source

doc: add some headers to make it more legible

v0.9.1-release
Josh W 13 years ago
committed by Ben Noordhuis
parent
commit
20143b359c
  1. 4
      doc/api/readline.markdown

4
doc/api/readline.markdown

@ -124,6 +124,8 @@ Writes to `output` stream.
This will also resume the `input` stream if it has been paused.
## Events
### Event: 'line'
`function (line) {}`
@ -236,6 +238,8 @@ Example of listening for `SIGCONT`:
});
## Example: Tiny CLI
Here's an example of how to use all these together to craft a tiny command
line interface:

Loading…
Cancel
Save