We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67bc17 commit 64affbbCopy full SHA for 64affbb
Readme.md
@@ -5,6 +5,8 @@
5
- [1.2. Installation](#12-installation)
6
- [1.3. Setup](#13-setup)
7
- [1.3.1. Program.cs Example](#131-programcs-example)
8
+ - [1.3.1.1. Using WebApplicationBuilder](#1311-using-webapplicationbuilder)
9
+ - [1.3.1.2. Using IServiceCollection](#1312-using-iservicecollection)
10
- [1.3.2. Appsettings.json Example](#132-appsettingsjson-example)
11
- [1.4. Configuration Options Explained](#14-configuration-options-explained)
12
- [1.5. Usage](#15-usage)
@@ -132,7 +134,7 @@ builder.AddCommunicator(options =>
132
134
133
135
```
136
-#### 1.3.1.2. Useing `IServiceCollection`
137
+#### 1.3.1.2. Using `IServiceCollection`
138
139
```csharp
140
services.AddCommunicator(configuration, options =>
0 commit comments