diff --git a/README.md b/README.md index c751bd5..dbe65ea 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ For this I added a QuickStart option, directly after the Create call. It just ne //Prepare the System (New in V5) var bb = BotBaseBuilder .Create() - .QuickStart("{YOUR API KEY}", StartForm) + .QuickStart("{YOUR API KEY}") .Build(); //Start your Bot