We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71f4da commit a5b6d58Copy full SHA for a5b6d58
README.md
@@ -16,7 +16,7 @@ The best way to get started working with the SDK is to use `go get` to add the S
16
go get github.com/aws/aws-sdk-go-v2
17
```
18
19
-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.
20
21
```sh
22
go get github.com/aws/aws-sdk-go-v2/...
0 commit comments