Skip to content

Commit 03a4e1e

Browse files
committed
fix
1 parent 5faf9ee commit 03a4e1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FSharp.Control.TaskSeq
22

33
FSharp.Control.TaskSeq provides a `taskSeq` computation expression for `IAsyncEnumerable<'T>`,
4-
along with a comprehensive `TaskSeq` module of combinators.
4+
along with [a comprehensive `TaskSeq` module](https://fsprojects.github.io/FSharp.Control.TaskSeq/reference/fsharp-control-taskseq.html).
55

66
An **task sequence** is an asynchronous sequence in which individual elements are _awaited_:
77
the next element is not necessarily available immediately.
@@ -15,6 +15,8 @@ Add the [NuGet package `FSharp.Control.TaskSeq`](https://www.nuget.org/packages/
1515
to your project and open the namespace:
1616

1717
```fsharp
18+
// #r "nuget: FSharp.Control.TaskSeq"
19+
1820
open FSharp.Control
1921
```
2022

0 commit comments

Comments
 (0)