Skip to content

Commit

Permalink
docs: update vendor name to 'imgix' (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski authored May 17, 2019
1 parent 4e17db6 commit a2e040e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a Go implementation of an imgix url-building library outlined by
It's a go package. Do this in your terminal:

```bash
go get github.com/parkr/imgix-go
go get github.com/imgix/imgix-go
```

## Usage
Expand All @@ -25,7 +25,7 @@ package main
import (
"fmt"
"net/url"
"github.com/parkr/imgix-go"
"github.com/imgix/imgix-go"
)

func main() {
Expand Down

0 comments on commit a2e040e

Please sign in to comment.