diff --git a/streamjs/README.md b/streamjs/README.md index 36f8ec46c9..ba28f14426 100644 --- a/streamjs/README.md +++ b/streamjs/README.md @@ -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()`