From 3dd9504ef097a91e8e441ecd9236bc6b70106cc6 Mon Sep 17 00:00:00 2001 From: Itamar Date: Tue, 13 Dec 2016 11:40:09 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86c3b95..999f9aa 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ For more information see [ViberBot.middleware()](#middleware). Creating a basic Viber bot is simple: 1. Import `viber-bot` library to your project -2. Create a Public Account and use the API key from [https://dev.viber.com]() +2. Create a Public Account and use the API key from [https://developers.viber.com]() 3. Configure your bot as described in the documentation below 4. Add the bot as middleware to your server with `bot.middleware()` 5. Start your web server