From 10c5261d919e9311450a5ddb950c759b31f8ec0d Mon Sep 17 00:00:00 2001 From: Syfaro Date: Sun, 3 Jan 2016 18:14:16 -0600 Subject: [PATCH] Clarify README for packages --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac86554..0520f27 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ without any additional features. There are other projects for creating 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 build, -or use gopkg.in/telegram-bot-api.v1 for the current version. +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. ## Example