Skip to content

Commit a2a4fb5

Browse files
author
George Gabolaev
committed
readme rename
1 parent bfc0e31 commit a2a4fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Install
1313
```bash
14-
go get github.com/mail-ru-im/botgolang
14+
go get github.com/mail-ru-im/bot-golang
1515
```
1616

1717
## Usage
@@ -25,7 +25,7 @@ Note a bot can only reply after the user has added it to his contacts list, or i
2525
```go
2626
package main
2727

28-
import "github.com/mail-ru-im/botgolang"
28+
import "github.com/mail-ru-im/bot-golang"
2929

3030
func main() {
3131
bot, err := botgolang.NewBot(BOT_TOKEN)

0 commit comments

Comments
 (0)