diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,20 +8,20 @@
 
 ## Description
 
-    Amazon CloudFront is a web service that speeds up distribution of your static
-    and dynamic web content, for example, .html, .css, .php, image, and media
-    files, to end users. CloudFront delivers your content through a worldwide
-    network of edge locations. When an end user requests content that you're
-    serving with CloudFront, the user is routed to the edge location that
-    provides the lowest latency, so content is delivered with the best possible
-    performance. If the content is already in that edge location, CloudFront
-    delivers it immediately. If the content is not currently in that edge
-    location, CloudFront retrieves it from an Amazon S3 bucket or an HTTP server
-    (for example, a web server) that you have identified as the source for the
-    definitive version of your content.
+Amazon CloudFront is a web service that speeds up distribution of your static
+and dynamic web content, for example, .html, .css, .php, image, and media
+files, to end users. CloudFront delivers your content through a worldwide
+network of edge locations. When an end user requests content that you're
+serving with CloudFront, the user is routed to the edge location that
+provides the lowest latency, so content is delivered with the best possible
+performance. If the content is already in that edge location, CloudFront
+delivers it immediately. If the content is not currently in that edge
+location, CloudFront retrieves it from an Amazon S3 bucket or an HTTP server
+(for example, a web server) that you have identified as the source for the
+definitive version of your content.
 
 Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-cloudfront)
-and [AWS API Reference](http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/Welcome.html).
+and the [AWS API Reference](http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/Welcome.html).
 
 
 ## Contribute
diff --git a/amazonka-cloudfront.cabal b/amazonka-cloudfront.cabal
--- a/amazonka-cloudfront.cabal
+++ b/amazonka-cloudfront.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-cloudfront
-version:               0.0.2
+version:               0.0.3
 synopsis:              Amazon CloudFront SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -24,6 +24,7 @@
     location, CloudFront retrieves it from an Amazon S3 bucket or an HTTP server
     (for example, a web server) that you have identified as the source for the
     definitive version of your content.
+
     .
     /See:/ <http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/Welcome.html AWS API Reference>
     .
@@ -68,5 +69,5 @@
     other-modules:
 
     build-depends:
-          amazonka-core == 0.0.2.*
+          amazonka-core == 0.0.3.*
         , base          >= 4.7     && < 5
