From f20634f5fc012b94acdc5624955dc8fa460ea4a1 Mon Sep 17 00:00:00 2001 From: Bence Eros Date: Mon, 15 Jun 2015 12:35:47 +0200 Subject: [PATCH] readme cleanup --- streamjs/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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()`