Skip to content

Commit 1198754

Browse files
authored
Update README.md
1 parent c415174 commit 1198754

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ This SDK for Rust is code generated from [Smithy models](https://awslabs.github.
88

99
## Getting Started with the SDK
1010

11-
The new AWS SDK for Rust is built with modular crates for each AWS service, which means each AWS service you use will need to be added as a separate cargo dependency within your Rust project. Additionally, [Tokio](https://crates.io/crates/tokio) must be added as a dependency within your Rust project to execute async code. During the alpha, the SDK will not be pushed to crates.io and must be used via a Git dependency:
11+
The new AWS SDK for Rust is built with crates per AWS service. [Tokio](https://crates.io/crates/tokio) must also be added as a dependency within your Rust project to execute asynchronous code. During the alpha, the SDK will not be pushed to crates.io and must be used via a Git dependency.
1212

13-
The following instructions will provide you with a quick example of how to get started with the new AWS SDK for Rust and use DynamoDB to perform a simple operation.
14-
15-
1. Create a new Rust project
13+
1. Create a new Rust project: `cargo new sdk-example`
1614
2. Within your Cargo.toml file, add dependencies for DynamoDB and Tokio:
1715

1816
```toml

0 commit comments

Comments
 (0)