Skip to content

Commit bbadf0c

Browse files
flyinprogrammerjasdel
authored andcommitted
Fix README dep usage (#140)
This makes our usage of dep consistent with the tool's documentation.
1 parent d761ab1 commit bbadf0c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiNmlHN1RaaXBIc3RmZzFCYjgydENqSENIaTZJazF0QTBWUkxhR2JoWnZLdG9BdU9nblpXbDk5S2xoYUhRcWl5dERFVklaMDRrUy9rY3l4cmJTRzJnNHJZPSIsIml2UGFyYW1ldGVyU3BlYyI6Inc4bW5GZzZNN1MreGl1Y3giLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
22

3-
# AWS SDK for Go v2
3+
# AWS SDK for Go v2
44

55
aws-sdk-go-v2 is the Developer Preview for the v2 of the AWS SDK for the Go programming language.
66

@@ -19,7 +19,7 @@ go get github.com/aws/aws-sdk-go-v2
1919
You could also use [Dep] to add the SDK to your application's dependencies. Using [Dep] will simplify your update story and help your application keep pinned to specific version of the SDK
2020

2121
```sh
22-
dep ensure --add github.com/aws/aws-sdk-go-v2
22+
dep ensure -add github.com/aws/aws-sdk-go-v2
2323
```
2424

2525
### Hello AWS
@@ -76,7 +76,6 @@ The v2 SDK will use [GitHub issues] to track feature requests and issues with th
7676

7777
**Contributing**. You can open pull requests for fixes or additions to the AWS SDK for Go 2.0 Developer Preview release. All pull requests must be submitted under the Apache 2.0 license and will be reviewed by an SDK team member before being merged in. Accompanying unit tests, where possible, are appreciated.
7878

79-
8079
## License
8180

8281
This SDK is distributed under the
@@ -89,5 +88,3 @@ see LICENSE.txt and NOTICE.txt for more information.
8988
[CHANGE_LOG]: https://github.com/aws/aws-sdk-go-v2/blob/master/CHANGELOG.md
9089
[Amazon DynamoDB]: https://aws.amazon.com/dynamodb/
9190
[Gitter channel]: https://gitter.im/aws/aws-sdk-go-v2
92-
93-

0 commit comments

Comments
 (0)