From 42f1db590f38b0e26d6b3787218f1a7b1fbe1f09 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Mon, 16 Jan 2017 17:43:26 +0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=B6=20Small=20fixes=20in=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Example code, links and text --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2a93f5..42c5748 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Go Report](https://goreportcard.com/badge/github.com/toby3d/telegraph)](https://goreportcard.com/report/github.com/toby3d/telegraph) [![Patreon](https://img.shields.io/badge/support-patreon-E6461A.svg?maxAge=2592000)](https://www.patreon.com/toby3d) -All [methods](http://telegra.ph/api#Available-methods) and [types](http://telegra.ph/api#Available-types) available! Yaay! +All [methods](https://toby3d.github.io/telegraph/#available-methods) and [types](https://toby3d.github.io/telegraph/#available-types) available and this library (possibly) is ready for use in production. Yaay! ## Start using telegraph Download and install it: @@ -57,9 +57,9 @@ func main() { if page, err := acc.CreatePage(newPage, false); err != nil { log.Print(err.Error()) - } else { - log.Println("Kaboom! Page created, look what happened:", page.URL) } + + log.Println("Kaboom! Page created, look what happened:", page.URL) } ``` @@ -70,4 +70,4 @@ func main() { ## Documentation - [Contributors](CONTRIBUTORS.md) and Patrons! - [License](LICENSE.md) -- [ToDo](https://github.com/toby3d/telegraph/projects/1) \ No newline at end of file +- [ToDo](https://github.com/toby3d/telegraph/projects/1)