readme cleanup

This commit is contained in:
Bence Eros
2015-06-15 12:36:21 +02:00
parent f20634f5fc
commit d307a6399b
+1 -1
View File
@@ -5,7 +5,7 @@ http://winterbe.github.io/streamjs/ .
Unsupported StreamJS function / method signatures:
* `Stream(collection)` (but `Stream.from(collection)` works)
* `Stream(string) (but `Stream.from(string)` works)
* `Stream(string)` (but `Stream.from(string)` works)
* `Stream.empty()`
* `map(path)`
* `flatMap(path)`