diff --git a/README.md b/README.md index 0f11604..1901b2a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DynamoBreeze -**DynamoBreeze** is a Laravel package designed to simplify interactions with Amazon DynamoDB. While it accommodates the single-table design principle, it's versatile enough to support multiple-table usage, providing a seamless experience regardless of your database's architecture. Through a fluent, expressive facade, DynamoBreeze makes it easier than ever to work with DynamoDB. +**DynamoBreeze** is a Laravel package designed to simplify interactions with Amazon DynamoDB. While it accommodates the single-table design principle, it's versatile enough to support multiple-table usage, providing a seamless experience regardless of your database's architecture. Importantly, it enables the use of multiple AWS credentials, a key feature for applications requiring access to tables across different AWS accounts or those utilizing specific keys for certain tables. Through a fluent, expressive facade, DynamoBreeze makes it easier than ever to work with DynamoDB. ## Key Features