Skip to content

Commit d5834f4

Browse files
committed
Update README.md.
1 parent d1975b6 commit d5834f4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# AsyncEnumerableExtensions
22

3+
> The package is available on NuGet as `CXuesong.AsyncEnumerableExtensions`.
4+
35
Some rudimentary utilities to flavor [`Ix.Async`](https://github.com/Reactive-Extensions/Rx.NET), such as…
46

5-
Build your asynchronous sequence, i.e. `IAsyncEnumerable<T>` implementation with asynchronous generator methods!
7+
Building your asynchronous sequence, i.e. `IAsyncEnumerable<T>` implementation with asynchronous generator methods!
68

79
```c#
810
[Fact]
@@ -30,4 +32,4 @@ public async void NormalGeneratorTest()
3032
}
3133
```
3234

33-
For more usage examples, including cancellation support, see <UnitTestProject1/UnitTest1.cs>.
35+
For more usage examples, including cancellation support, see [`UnitTestProject1/UnitTest1.cs`](UnitTestProject1/UnitTest1.cs).

0 commit comments

Comments
 (0)