mirror of https://github.com/nodejs/node.git
doc: change stability index of tty and readline to Unstable
parent
238e12af22
commit
26b6da134f
|
@ -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.
|
||||
|
|
|
@ -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…
Reference in New Issue