fix import in example in README

bot-api-6.1
Syfaro 2015-06-26 21:46:06 -05:00
parent 0105ee9097
commit 5698d47edd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ package main
import (
"log"
"src.foxpaw.in/Syfaro/telegram-bot-api"
"github.com/Syfaro/telegram-bot-api"
)
func main() {