Commit 99e624f71bc04bb79ab7bee8c63a2cc787ac2c0f

Thomas de Grivel 2017-06-10T19:45:36

README

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/README.md b/README.md
index f06222a..3902977 100644
--- a/README.md
+++ b/README.md
@@ -69,11 +69,11 @@ until END-ELEMENT is read. Returns two values :
 ### Class: output-stream
 Subclass of STREAM supporting WRITE operations.
 
-### Condition: stream-output-error
+#### Condition: stream-output-error
 An error which is signalled when an output error
 occurs on a stream.
 
-### Generic: write *output-stream* *element*
+#### Generic: write *output-stream* *element*
 Tries to write one element to STREAM.
 Returns a state indicator which is NIL if write succeeded,
 :EOF if end of file was reached, or