Small doc fixes.

This commit is contained in:
Syfaro 2021-03-10 16:47:14 -05:00
parent a36ca53925
commit 80a1cbdb44

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() {