Update README for v2
Syfaro syfaro@foxpaw.in
Mon, 04 Jan 2016 14:55:04 -0600
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
README.md
→
README.md
@@ -17,7 +17,7 @@ something with plugins and command handlers without having to design
all that yourself. Use `github.com/go-telegram-bot-api/telegram-bot-api` for the latest -version, or use `gopkg.in/telegram-bot-api.v1` for the stable build. +version, or use `gopkg.in/telegram-bot-api.v2` for the stable build. ## Example@@ -29,7 +29,7 @@ package main
import ( "log" - "gopkg.in/telegram-bot-api.v1" + "gopkg.in/telegram-bot-api.v2" ) func main() {@@ -65,7 +65,7 @@ ```go
package main import ( - "gopkg.in/telegram-bot-api.v1" + "gopkg.in/telegram-bot-api.v2" "log" "net/http" )