Skip to content

Commit

Permalink
Removing link from Account API in README (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Oct 9, 2016
1 parent fcffe53 commit 4b03c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ client := prosper.NewClient(auth.ClientCredentials{

### Account Information

The [`Account`](https://godoc.org/github.com/mtlynch/gofn-prosper/prosper#Client.Account) API allows clients to retrieve information about their account, such as available balance and account value:
The `Account` API allows clients to retrieve information about their account, such as available balance and account value:

```go
account, err := client.Account(prosper.AccountParams{})
Expand Down

0 comments on commit 4b03c86

Please sign in to comment.