Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dilandau2001 authored Jan 9, 2023
1 parent 20fde71 commit bb91de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Where
- options: Where the server option lie.
- client: multicast client that is used for the autodiscovery feature if configured.

If you are not using dependency injection, and you like default options, you would createa an instance and start your discovery server like this:
If you are not using dependency injection, and you like default options, you would create an instance and start your discovery server like this:

```
var options = new ServiceConfigurationOptions();
Expand Down Expand Up @@ -221,7 +221,7 @@ Where
- options: Where the client options lie.
- multicastClient: multicast client that is used for the autodiscovery feature if configured.

If you are not using dependency injection, and you like default options, you would instance and start your discovery server like this:
If you are not using dependency injection, and you like default options, you would instance and start your discovery client like this:

```
var options = new ClientConfigurationOptions();
Expand Down Expand Up @@ -322,4 +322,4 @@ would be to make the server give you the "best" one, where the best should follo

## License

[MIT © Guillermo Alías](../LICENSE)
[MIT © Guillermo Alías](../LICENSE)

0 comments on commit bb91de7

Please sign in to comment.