From 93df522a975f7fd3822c837edbba1af8bfe24e3b Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 28 Oct 2021 21:00:17 +0800 Subject: [PATCH] update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6157baf..747764b 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ This is the start of a library for [Twilio](http://www.twilio.com/). Gotwilio su Gotwilio is licensed under a BSD license. ## Installation -To install gotwilio, simply run `go get github.com/sfreiberg/gotwilio`. +To install gotwilio, simply run `go get github.com/Done-Dev/gotwilio`. ## SMS Example package main import ( - "github.com/sfreiberg/gotwilio" + "github.com/Done-Dev/gotwilio" ) func main() { @@ -31,7 +31,7 @@ To install gotwilio, simply run `go get github.com/sfreiberg/gotwilio`. package main import ( - "github.com/sfreiberg/gotwilio" + "github.com/Done-Dev/gotwilio" ) func main() { @@ -51,7 +51,7 @@ To install gotwilio, simply run `go get github.com/sfreiberg/gotwilio`. package main import ( - "github.com/sfreiberg/gotwilio" + "github.com/Done-Dev/gotwilio" ) func main() { @@ -70,7 +70,7 @@ To install gotwilio, simply run `go get github.com/sfreiberg/gotwilio`. package main import ( - "github.com/sfreiberg/gotwilio" + "github.com/Done-Dev/gotwilio" ) func main() {