Skip to content

Commit

Permalink
Merge pull request tucnak#96 from irgendwr/patch-3
Browse files Browse the repository at this point in the history
Corrected version in readme
  • Loading branch information
Ian Byrd authored Sep 12, 2017
2 parents 6d3c090 + ee0a78e commit 00cebf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ via group chats / channels. These accounts serve as an interface to your code.
Telebot offers a pretty convenient interface to Bots API and uses default HTTP
client. Ideally, you wouldn't need to worry about actual networking at all.

go get gopkg.in/tucnak/telebot.v0
go get gopkg.in/tucnak/telebot.v1

(after setting up your `GOPATH` properly).

Expand All @@ -33,7 +33,7 @@ import (
"os"
"time"

tb "gopkg.in/tucnak/telebot.v0"
tb "gopkg.in/tucnak/telebot.v1"
)

func main() {
Expand Down Expand Up @@ -66,7 +66,7 @@ import (
"time"
"os"

tb "gopkg.in/tucnak/telebot.v0"
tb "gopkg.in/tucnak/telebot.v1"
)

func main() {
Expand Down

0 comments on commit 00cebf3

Please sign in to comment.