From 26b6da134ff219a3ff14b0d540d19a911713856f Mon Sep 17 00:00:00 2001 From: Shigeki Ohtsu Date: Wed, 28 Mar 2012 17:13:26 +0900 Subject: [PATCH] doc: change stability index of tty and readline to Unstable --- doc/api/readline.markdown | 2 +- doc/api/tty.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/readline.markdown b/doc/api/readline.markdown index 7c9c00c1cf8..d66d8ed57ba 100644 --- a/doc/api/readline.markdown +++ b/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. diff --git a/doc/api/tty.markdown b/doc/api/tty.markdown index 54c597732bd..57062945dc9 100644 --- a/doc/api/tty.markdown +++ b/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.