Skip to content

Commit f8593d0

Browse files
author
Syfaro
committed
Update README for v2
1 parent 9322544 commit f8593d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ something with plugins and command handlers without having to design
1717
all that yourself.
1818

1919
Use `github.com/go-telegram-bot-api/telegram-bot-api` for the latest
20-
version, or use `gopkg.in/telegram-bot-api.v1` for the stable build.
20+
version, or use `gopkg.in/telegram-bot-api.v2` for the stable build.
2121

2222
## Example
2323

@@ -29,7 +29,7 @@ package main
2929

3030
import (
3131
"log"
32-
"gopkg.in/telegram-bot-api.v1"
32+
"gopkg.in/telegram-bot-api.v2"
3333
)
3434

3535
func main() {
@@ -65,7 +65,7 @@ you may use a slightly different method.
6565
package main
6666

6767
import (
68-
"gopkg.in/telegram-bot-api.v1"
68+
"gopkg.in/telegram-bot-api.v2"
6969
"log"
7070
"net/http"
7171
)

0 commit comments

Comments
 (0)