Skip to content

Commit

Permalink
readme rename
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gabolaev committed Aug 27, 2019
1 parent bfc0e31 commit a2a4fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Install
```bash
go get github.com/mail-ru-im/botgolang
go get github.com/mail-ru-im/bot-golang
```

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

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

func main() {
bot, err := botgolang.NewBot(BOT_TOKEN)
Expand Down

0 comments on commit a2a4fb5

Please sign in to comment.