Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
westernmonster committed Oct 28, 2021
1 parent 338178e commit 93df522
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -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() {
Expand All @@ -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() {
Expand All @@ -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() {
Expand Down

0 comments on commit 93df522

Please sign in to comment.