From d7077f496bd7a4da571ac41d14391734441d37ac Mon Sep 17 00:00:00 2001 From: Shimmy <2716316+weitzhandler@users.noreply.github.com> Date: Thu, 10 Oct 2019 04:49:14 +0300 Subject: [PATCH] Minor update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4180bfd..907a576 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Enables Rx extensions in web-assembly projects. -Based on [Uno.Rx.NET](https://github.com/nventive/Uno.Rx.NET). +Implementation based on the [Uno.Rx.NET](https://github.com/nventive/Uno.Rx.NET) repo. A reference to the [`Reactive.Wasm`](https://www.nuget.org/packages/Reactive.Wasm) NuGet package should be added, and then it must be manually enabled, preferably in the entry point of your app (i.e. at the beginning of the `Main` method in your WASM project), call the following: