diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,19 +8,19 @@
 
 ## Description
 
-    Amazon Cognito is a web service that facilitates the delivery of scoped,
-    temporary credentials to mobile devices or other untrusted environments.
-    Amazon Cognito uniquely identifies a device or user and supplies the user
-    with a consistent identity throughout the lifetime of an application. Amazon
-    Cognito lets users authenticate with third-party identity providers
-    (Facebook, Google, or Login with Amazon). As a developer, you decide which
-    identity providers to trust. You can also choose to support unauthenticated
-    access from your application. Your users are provided with Cognito tokens
-    that uniquely identify their device and any information provided about
-    third-party logins.
+Amazon Cognito is a web service that facilitates the delivery of scoped,
+temporary credentials to mobile devices or other untrusted environments.
+Amazon Cognito uniquely identifies a device or user and supplies the user
+with a consistent identity throughout the lifetime of an application. Amazon
+Cognito lets users authenticate with third-party identity providers
+(Facebook, Google, or Login with Amazon). As a developer, you decide which
+identity providers to trust. You can also choose to support unauthenticated
+access from your application. Your users are provided with Cognito tokens
+that uniquely identify their device and any information provided about
+third-party logins.
 
 Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-cognito-identity)
-and [AWS API Reference](http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/Welcome.html).
+and the [AWS API Reference](http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/Welcome.html).
 
 
 ## Contribute
diff --git a/amazonka-cognito-identity.cabal b/amazonka-cognito-identity.cabal
--- a/amazonka-cognito-identity.cabal
+++ b/amazonka-cognito-identity.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-cognito-identity
-version:               0.0.2
+version:               0.0.3
 synopsis:              Amazon Cognito Identity SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -23,6 +23,7 @@
     access from your application. Your users are provided with Cognito tokens
     that uniquely identify their device and any information provided about
     third-party logins.
+
     .
     /See:/ <http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/Welcome.html AWS API Reference>
     .
@@ -59,5 +60,5 @@
     other-modules:
 
     build-depends:
-          amazonka-core == 0.0.2.*
+          amazonka-core == 0.0.3.*
         , base          >= 4.7     && < 5
