Small doc fixes.
parent
a36ca53925
commit
80a1cbdb44
|
@ -10,7 +10,7 @@ approaches to solve common problems.
|
|||
## Installing
|
||||
|
||||
```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
|
||||
|
@ -33,7 +33,7 @@ package main
|
|||
import (
|
||||
"os"
|
||||
|
||||
"github.com/go-telegram-bot-api/telegram-bot-api/v5"
|
||||
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue