From 550408881204cb6a484ee5ffa49ae731137df8ca Mon Sep 17 00:00:00 2001 From: Josep M Sobrepere Date: Wed, 24 Jun 2020 00:56:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17b7a88..6375b9e 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ The pipeable version of `suspend` ```ts const story$ = selectedStoryId$.pipe( - switchMapSuspended(id => getStory$(id)) + switchMapSuspended(getStory$) ) ```