readme cleanup

This commit is contained in:
Bence Eros
2015-06-15 12:35:47 +02:00
parent a29d577f81
commit f20634f5fc

View File

@@ -4,9 +4,9 @@ Note: this definition file is not for the StreamJS library available at http://s
http://winterbe.github.io/streamjs/ .
Unsupported StreamJS function / method signatures:
* Stream(collection)
* Stream(string)
* Stream.empty()
* map(path)
* flatMap(path)
* Optional.empty()
* `Stream(collection)` (but `Stream.from(collection)` works)
* `Stream(string) (but `Stream.from(string)` works)
* `Stream.empty()`
* `map(path)`
* `flatMap(path)`
* `Optional.empty()`