diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,16 +8,16 @@
 
 ## Description
 
-    Amazon DynamoDB is a fully managed NoSQL database service that provides fast
-    and predictable performance with seamless scalability. You can use Amazon
-    DynamoDB to create a database table that can store and retrieve any amount of
-    data, and serve any level of request traffic. Amazon DynamoDB automatically
-    spreads the data and traffic for the table over a sufficient number of
-    servers to handle the request capacity specified by the customer and the
-    amount of data stored, while maintaining consistent and fast performance.
+Amazon DynamoDB is a fully managed NoSQL database service that provides fast
+and predictable performance with seamless scalability. You can use Amazon
+DynamoDB to create a database table that can store and retrieve any amount of
+data, and serve any level of request traffic. Amazon DynamoDB automatically
+spreads the data and traffic for the table over a sufficient number of
+servers to handle the request capacity specified by the customer and the
+amount of data stored, while maintaining consistent and fast performance.
 
 Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-dynamodb)
-and [AWS API Reference](http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/Welcome.html).
+and the [AWS API Reference](http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/Welcome.html).
 
 
 ## Contribute
diff --git a/amazonka-dynamodb.cabal b/amazonka-dynamodb.cabal
--- a/amazonka-dynamodb.cabal
+++ b/amazonka-dynamodb.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-dynamodb
-version:               0.0.2
+version:               0.0.3
 synopsis:              Amazon DynamoDB SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -20,6 +20,7 @@
     spreads the data and traffic for the table over a sufficient number of
     servers to handle the request capacity specified by the customer and the
     amount of data stored, while maintaining consistent and fast performance.
+
     .
     /See:/ <http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/Welcome.html AWS API Reference>
     .
@@ -56,5 +57,5 @@
     other-modules:
 
     build-depends:
-          amazonka-core == 0.0.2.*
+          amazonka-core == 0.0.3.*
         , base          >= 4.7     && < 5
