Skip to content

Commit

Permalink
Fix typo in README.md (#408)
Browse files Browse the repository at this point in the history
Documentation contained "connection.Observere(subject)" but looking at the example below, it seems like "connection.Observe(subject)" would be correct.
  • Loading branch information
kruettlip committed Sep 24, 2020
1 parent 772cbc8 commit cb5b555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Here are example snippets of using the API to create a connection, subscribe, pu

## RX Usage
Importing the namespace `NATS.Client.Rx` you will be able to use an extension method
`connection.Observere(subject)` to turn the connection to an observable. If you have a more
`connection.Observe(subject)` to turn the connection to an observable. If you have a more
advanced `IAsyncSubscription`, you can use `asyncSubscription.ToObservable()`.

You can now import the namespace `NATS.Client.Rx.Ops`. After this you get builtin support for:
Expand Down

0 comments on commit cb5b555

Please sign in to comment.