Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: change stability index of tty and readline to Unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Shigeki Ohtsu authored and isaacs committed Mar 29, 2012
1 parent 238e12a commit 26b6da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit 26b6da1

Please sign in to comment.