diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,20 +8,20 @@
 
 ## Description
 
-    AWS CloudFormation gives developers and systems administrators an easy way to
-    create and manage a collection of related AWS resources, provisioning and
-    updating them in an orderly and predictable fashion. You can use AWS
-    CloudFormation’s sample templates or create your own templates to describe
-    the AWS resources, and any associated dependencies or runtime parameters,
-    required to run your application. You don’t need to figure out the order for
-    provisioning AWS services or the subtleties of making those dependencies
-    work. CloudFormation takes care of this for you. After the AWS resources are
-    deployed, you can modify and update them in a controlled and predictable way,
-    in effect applying version control to your AWS infrastructure the same way
-    you do with your software.
+AWS CloudFormation gives developers and systems administrators an easy way to
+create and manage a collection of related AWS resources, provisioning and
+updating them in an orderly and predictable fashion. You can use AWS
+CloudFormation’s sample templates or create your own templates to describe
+the AWS resources, and any associated dependencies or runtime parameters,
+required to run your application. You don’t need to figure out the order for
+provisioning AWS services or the subtleties of making those dependencies
+work. CloudFormation takes care of this for you. After the AWS resources are
+deployed, you can modify and update them in a controlled and predictable way,
+in effect applying version control to your AWS infrastructure the same way
+you do with your software.
 
 Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-cloudformation)
-and [AWS API Reference](http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html).
+and the [AWS API Reference](http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html).
 
 
 ## Contribute
diff --git a/amazonka-cloudformation.cabal b/amazonka-cloudformation.cabal
--- a/amazonka-cloudformation.cabal
+++ b/amazonka-cloudformation.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-cloudformation
-version:               0.0.2
+version:               0.0.3
 synopsis:              Amazon CloudFormation SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -24,6 +24,7 @@
     deployed, you can modify and update them in a controlled and predictable way,
     in effect applying version control to your AWS infrastructure the same way
     you do with your software.
+
     .
     /See:/ <http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html AWS API Reference>
     .
@@ -64,5 +65,5 @@
     other-modules:
 
     build-depends:
-          amazonka-core == 0.0.2.*
+          amazonka-core == 0.0.3.*
         , base          >= 4.7     && < 5
