From 36dc321d2532370d6c854e401c628887f29a42b0 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Tue, 9 Jan 2018 15:37:17 +0500 Subject: [PATCH] :truck: Fixed repository path to renamed package Just fixed URL from '.../go-telegraph' to '.../telegraph'. GitHub still redirect old users to new address of package (even via 'go get'!). Closes #5 --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4d127e7..76b7f50 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,20 @@ > This project is just to provide a wrapper around the API without any additional features. [![License](https://img.shields.io/npm/l/express.svg?maxAge=2592000)](LICENSE.md) -[![Build Status](https://travis-ci.org/toby3d/go-telegraph.svg)](https://travis-ci.org/toby3d/go-telegraph) -[![GoDoc](https://godoc.org/github.com/toby3d/go-telegraph?status.svg)](https://godoc.org/github.com/toby3d/go-telegraph) -[![Go Report](https://goreportcard.com/badge/github.com/toby3d/go-telegraph)](https://goreportcard.com/report/github.com/toby3d/go-telegraph) +[![Build Status](https://travis-ci.org/toby3d/telegraph.svg)](https://travis-ci.org/toby3d/telegraph) +[![GoDoc](https://godoc.org/github.com/toby3d/telegraph?status.svg)](https://godoc.org/github.com/toby3d/telegraph) +[![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) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/avelino/awesome-go) -All [methods](https://toby3d.github.io/go-telegraph/#available-methods) and [types](https://toby3d.github.io/go-telegraph/#available-types) available and this library (possibly) is ready for use in production. 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: -`$ go get -u github.com/toby3d/go-telegraph` +`$ go get -u github.com/toby3d/telegraph` Import it in your code: -`import "github.com/toby3d/go-telegraph"` +`import "github.com/toby3d/telegraph"` ## Example This is an example of "quick start", which shows **how to create a new account** for future pages, as well as **creating a [first simple page](http://telegra.ph/My-super-awesome-page-12-25)** with text, picture, video and signature: @@ -25,7 +25,7 @@ package main import ( "log" - telegraph "github.com/toby3d/go-telegraph" + telegraph "github.com/toby3d/telegraph" ) // Example content. Be sure to wrap every media in a
tag, okay? @@ -81,5 +81,5 @@ func main() { ``` ## Need help? -- [Open new issue](https://github.com/toby3d/go-telegraph/issues/new) +- [Open new issue](https://github.com/toby3d/telegraph/issues/new) - [Discuss in Discord](https://discord.gg/QJ8z5BN) \ No newline at end of file