Skip to content

Commit

Permalink
Update doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mileusna committed Jun 22, 2017
1 parent 1b8dc0b commit 613a215
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
@@ -1,4 +1,4 @@
# Facebook Messenger for Go [![GoDoc](https://godoc.org/github.com/mileusna/facebookmessenger?status.svg)](https://godoc.org/github.com/mileusna/facebookmessenger)
# Facebook Messenger for Go [![GoDoc](https://godoc.org/github.com/mileusna/facebook-messenger?status.svg)](https://godoc.org/github.com/mileusna/facebook-messenger)

Facebook Messenger API for Go, essential API used for Facebook chat bots

Expand Down Expand Up @@ -87,4 +87,4 @@ func deliveryReceived(msng *messenger.Messenger, userID int64, d messenger.Faceb
log.Println("Message delivered, msgID:", mid)
}
}
```
```

0 comments on commit 613a215

Please sign in to comment.