Update README.md

This commit is contained in:
Josep M Sobrepere 2020-06-24 00:56:45 +02:00
parent 8bb72305ef
commit 5504088812

View File

@ -165,7 +165,7 @@ The pipeable version of `suspend`
```ts
const story$ = selectedStoryId$.pipe(
switchMapSuspended(id => getStory$(id))
switchMapSuspended(getStory$)
)
```