Commit 6d8cefc9f84c26fb716f75279a28d647bd3787e7

Thomas de Grivel 2017-06-17T13:31:08

README

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/README.md b/README.md
index dd55195..80caaf8 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,10 @@ fd-stream streams are `(unsigned-byte 8)` cl-stream streams
 using `unistd:read`, `unistd:write` and `unistd:close` to
 operate on Unix file descriptors.
 
+See https://github.com/cl-stream/cl-stream .
+
 ## Class: fd-stream
+Base class for file descriptor streams.
 
 ### Generic: stream-fd *fd-stream* => *fd*
 Returns the file descriptor of FD-STREAM.