Skip to content

Commit 2494e46

Browse files
authored
update preambule
1 parent 8171fa5 commit 2494e46

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
# TaskSeq<!-- omit in toc -->
66

7-
An implementation of [`IAsyncEnumerable<'T>`][3] as a computation expression: `taskSeq { ... }` with an accompanying `TaskSeq` module.
7+
An implementation of [`IAsyncEnumerable<'T>`][3] as a computation expression: `taskSeq { ... }` with an accompanying `TaskSeq` module, that allows seamless use of asynchronous sequences similar to F#'s native `seq` and `task` CE's.
8+
9+
Latest version [can be installed from Nuget][nuget].
810

911
-----------------------------------------
1012

@@ -532,4 +534,5 @@ module TaskSeq =
532534
[#82]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/82
533535
[#83]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/83
534536

535-
[issues]: https://github.com/fsprojects/FSharp.Control.TaskSeq/issues
537+
[issues]: https://github.com/fsprojects/FSharp.Control.TaskSeq/issues
538+
[nuget]: https://www.nuget.org/packages/FSharp.Control.TaskSeq/

0 commit comments

Comments
 (0)