Skip to content

Commit fcd6e0b

Browse files
committed
Change recommanded nuget package; Add new Example
1 parent e982951 commit fcd6e0b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Examples/ExamplesUpdateReceiver.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: Update Receiver
4+
parent: Examples
5+
nav_order: 5
6+
---
7+
# Update Receiver bot
8+
[Click here to view the source Code on Github](https://github.com/RxTelegram/RxTelegram.Bot.Examples/blob/master/UpdateReceiver/Program.cs)

HandlingUpdates/HandlingUpdatesAllUpdates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav_order: 3
88
# Getting all updates
99

1010
## Basics
11-
.net unfortunately does not provide an implementation for the IObservable interface, so we recommend you to install the Nuget package System.Reactive.Core. This will allow you to subscribe to any IObservable interface provided by our library as follows.
11+
.net unfortunately does not provide an implementation for the IObservable interface, so we recommend you to install the Nuget package [System.Reactive](https://www.nuget.org/packages/System.Reactive/6.0.1-preview.1). This will allow you to subscribe to any IObservable interface provided by our library as follows.
1212

1313
``` csharp
1414
.Subscribe(next => { }, exception => { })

0 commit comments

Comments
 (0)