doc: change stability index of tty and readline to Unstable

pull/24503/head
Shigeki Ohtsu 2012-03-28 17:13:26 +09:00 committed by isaacs
parent 238e12af22
commit 26b6da134f
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.