Skip to content

Commit 408c9c6

Browse files
committed
Update README.md
1 parent 9b190bd commit 408c9c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
Enables to have an Buffered output stream, linked to to an input stream... this is useful when testing, or when you need to simulate an input stream, that is refilled with local data on an event basis
33

44

5-
```
6-
5+
```objc
76
// initialize
87
self.bufferWriter = [[BufferOutputStreamToInputStream alloc] init];
98
[self.bufferWriter openOutputStream];

0 commit comments

Comments
 (0)