Small doc fixes.

bot-api-6.1
Syfaro 2021-03-10 16:47:14 -05:00
parent a36ca53925
commit 80a1cbdb44
1 changed files with 43 additions and 43 deletions

View File

@ -10,7 +10,7 @@ approaches to solve common problems.
## Installing ## Installing
```bash ```bash
go get -u github.com/go-telegram-bot-api/telegram-bot-api@develop go get -u github.com/go-telegram-bot-api/telegram-bot-api/v5@develop
``` ```
It's currently suggested to use the develop branch. While there may be breaking It's currently suggested to use the develop branch. While there may be breaking
@ -33,7 +33,7 @@ package main
import ( import (
"os" "os"
"github.com/go-telegram-bot-api/telegram-bot-api/v5" tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
) )
func main() { func main() {