Skip to content

Commit 64affbb

Browse files
author
Ruben Bisharyan
committed
Update Readme.md
1 parent d67bc17 commit 64affbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- [1.2. Installation](#12-installation)
66
- [1.3. Setup](#13-setup)
77
- [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)
810
- [1.3.2. Appsettings.json Example](#132-appsettingsjson-example)
911
- [1.4. Configuration Options Explained](#14-configuration-options-explained)
1012
- [1.5. Usage](#15-usage)
@@ -132,7 +134,7 @@ builder.AddCommunicator(options =>
132134

133135
```
134136

135-
#### 1.3.1.2. Useing `IServiceCollection`
137+
#### 1.3.1.2. Using `IServiceCollection`
136138

137139
```csharp
138140
services.AddCommunicator(configuration, options =>

0 commit comments

Comments
 (0)