Skip to content

Commit e30034a

Browse files
committed
2 parents 3ca7345 + dfd1f64 commit e30034a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Start by importing the library into your project
3636
static void Main(string[] args)
3737
{
3838
BotBuilder builder = new BotBuilder(args)
39+
.AddBotControllers()
3940
.UseApiKey(x => x.FromConfiguration());
4041

4142
var app = builder.Build();
42-
app.MapControllers();
4343
app.Run();
4444
}
4545
```

0 commit comments

Comments
 (0)