Skip to content

Commit

Permalink
Change recommanded nuget package; Add new Example
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasweimann committed Nov 8, 2023
1 parent e982951 commit fcd6e0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Examples/ExamplesUpdateReceiver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Update Receiver
parent: Examples
nav_order: 5
---
# Update Receiver bot
[Click here to view the source Code on Github](https://github.com/RxTelegram/RxTelegram.Bot.Examples/blob/master/UpdateReceiver/Program.cs)
2 changes: 1 addition & 1 deletion HandlingUpdates/HandlingUpdatesAllUpdates.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav_order: 3
# Getting all updates

## Basics
.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.
.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.

``` csharp
.Subscribe(next => { }, exception => { })
Expand Down

0 comments on commit fcd6e0b

Please sign in to comment.