Skip to content

Commit 53474c0

Browse files
Links
1 parent 34e4197 commit 53474c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When you get stuck, keep in mind:
2323
You need to pull down many results from a backend, but it limits the amount of responses you receive at a given time. You get some type of token to include with a follow up request to cursor through the results. How do you combine all of those results into one stream?
2424

2525
**Solutions**
26-
- **[ex-paginate/index.js](https://github.com/stephenplusplus/stream-faqs/ex-paginate)**
26+
- **[See an example](https://github.com/stephenplusplus/stream-faqs/tree/master/ex-paginate)**
2727
- https://github.com/feross/multistream
2828
- https://github.com/timhudson/continue-stream
2929
- https://github.com/timhudson/pagination-stream

0 commit comments

Comments
 (0)