diff --git a/streamjs/README.md b/streamjs/README.md index ba28f1442..400e3bc41 100644 --- a/streamjs/README.md +++ b/streamjs/README.md @@ -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)`