Fix Example in README.md (#168)

* Fix Example in README.md

* Fix spacing in README.md - spaces vs tabs
This commit is contained in:
Thomas 2018-05-10 15:01:21 +02:00 committed by Iheanyi Ekechukwu
parent 970b46ffe4
commit 98504c2536
1 changed files with 1 additions and 1 deletions

View File

@ -30,8 +30,8 @@ You can then use your token to create a new client:
package main
import (
"context"
"github.com/digitalocean/godo"
"github.com/digitalocean/godo/context"
"golang.org/x/oauth2"
)