diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,12 +8,12 @@
 
 ## Description
 
-    The AWS Security Token Service (STS) is a web service that enables you to
-    request temporary, limited-privilege credentials for AWS Identity and Access
-    Management (IAM) users or for users that you authenticate (federated users).
+The AWS Security Token Service (STS) is a web service that enables you to
+request temporary, limited-privilege credentials for AWS Identity and Access
+Management (IAM) users or for users that you authenticate (federated users).
 
 Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-sts)
-and [AWS API Reference](http://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html).
+and the [AWS API Reference](http://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html).
 
 
 ## Contribute
diff --git a/amazonka-sts.cabal b/amazonka-sts.cabal
--- a/amazonka-sts.cabal
+++ b/amazonka-sts.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-sts
-version:               0.0.2
+version:               0.0.3
 synopsis:              Amazon Security Token Service SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -16,6 +16,7 @@
     The AWS Security Token Service (STS) is a web service that enables you to
     request temporary, limited-privilege credentials for AWS Identity and Access
     Management (IAM) users or for users that you authenticate (federated users).
+
     .
     /See:/ <http://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html AWS API Reference>
     .
@@ -45,5 +46,5 @@
     other-modules:
 
     build-depends:
-          amazonka-core == 0.0.2.*
+          amazonka-core == 0.0.3.*
         , base          >= 4.7     && < 5
