Commit 3630f71b14609f60a1aecae8e2e69e79221dffe6

Thomas de Grivel 2017-05-28T13:42:35

README

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/README.md b/README.md
index d825131..6ec3e53 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # fd-gray
 
-Unix file descriptor gray streams are binary gray streams operating
-on `(unsigned-byte 8)` data using `unistd:read`, `unistd:write` and
+fd-gray streams are binary gray streams operating on
+`(unsigned-byte 8)` data using `unistd:read`, `unistd:write` and
 `unistd:close` to embed Unix file descriptors in standard Common Lisp
 streams.