Browse Source

doc: change stability index of tty and readline to Unstable

v0.9.1-release
Shigeki Ohtsu 13 years ago
committed by isaacs
parent
commit
26b6da134f
  1. 2
      doc/api/readline.markdown
  2. 2
      doc/api/tty.markdown

2
doc/api/readline.markdown

@ -1,6 +1,6 @@
# Readline
Stability: 3 - Stable
Stability: 2 - Unstable
To use this module, do `require('readline')`. Readline allows reading of a
stream (such as `process.stdin`) on a line-by-line basis.

2
doc/api/tty.markdown

@ -1,6 +1,6 @@
# TTY
Stability: 3 - Stable
Stability: 2 - Unstable
The `tty` module houses the `tty.ReadStream` and `tty.WriteStream` classes. In
most cases, you will not need to use this module directly.

Loading…
Cancel
Save