Skip to content

Commit

Permalink
Fix typo in SDK README (#335)
Browse files Browse the repository at this point in the history
Fixes a spelling typo in the SDK's README.
  • Loading branch information
SiegfriedEhret authored and jasdel committed Jul 10, 2019
1 parent b71f4da commit a5b6d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The best way to get started working with the SDK is to use `go get` to add the S
go get github.com/aws/aws-sdk-go-v2
```

Without Go Modules, or in a GOPATH with Go 1.11 or 1.12 use the `/...` suffix on the `go get` to retrieve all of the SDK's depdnencies.
Without Go Modules, or in a GOPATH with Go 1.11 or 1.12 use the `/...` suffix on the `go get` to retrieve all of the SDK's dependencies.

```sh
go get github.com/aws/aws-sdk-go-v2/...
Expand Down

0 comments on commit a5b6d58

Please sign in to comment.