diff --git a/README b/README
index ec16a38523ee6ec749624a965862778792e05410..85e1c1d0f3f89f0d885d111a3a4825641d430e5c 100644
--- a/README
+++ b/README
@@ -18,6 +18,9 @@ know about.)  This module has a few features that sets it apart:
      - a generic TCP session
      - a program started via Peter �rstrands popen5 module (FIXME: not
        yet implemented)
+     - a program started in a pty, but with the stderr of the program
+       collected via a pipe so that you can differentiate between
+       stdout and stderr.
 
  - Can spawn a program so that stdout is connected to a pty and stderr
    to a pipe, so that you can see the difference between them.