diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,14 +8,14 @@
 
 ## Description
 
-    CloudTrail is a web service that records AWS API calls for your AWS account
-    and delivers log files to an Amazon S3 bucket. The recorded information
-    includes the identity of the user, the start time of the AWS API call, the
-    source IP address, the request parameters, and the response elements returned
-    by the service.
+CloudTrail is a web service that records AWS API calls for your AWS account
+and delivers log files to an Amazon S3 bucket. The recorded information
+includes the identity of the user, the start time of the AWS API call, the
+source IP address, the request parameters, and the response elements returned
+by the service.
 
 Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-cloudtrail)
-and [AWS API Reference](http://docs.aws.amazon.com/awscloudtrail/latest/APIReference/Welcome.html).
+and the [AWS API Reference](http://docs.aws.amazon.com/awscloudtrail/latest/APIReference/Welcome.html).
 
 
 ## Contribute
diff --git a/amazonka-cloudtrail.cabal b/amazonka-cloudtrail.cabal
--- a/amazonka-cloudtrail.cabal
+++ b/amazonka-cloudtrail.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-cloudtrail
-version:               0.0.2
+version:               0.0.3
 synopsis:              Amazon CloudTrail SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -18,6 +18,7 @@
     includes the identity of the user, the start time of the AWS API call, the
     source IP address, the request parameters, and the response elements returned
     by the service.
+
     .
     /See:/ <http://docs.aws.amazon.com/awscloudtrail/latest/APIReference/Welcome.html AWS API Reference>
     .
@@ -48,5 +49,5 @@
     other-modules:
 
     build-depends:
-          amazonka-core == 0.0.2.*
+          amazonka-core == 0.0.3.*
         , base          >= 4.7     && < 5
