diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,17 +8,17 @@
 
 ## Description
 
-    Auto Scaling allows you to scale your Amazon EC2 capacity up or down
-    automatically according to conditions you define. With Auto Scaling, you can
-    ensure that the number of Amazon EC2 instances you’re using increases
-    seamlessly during demand spikes to maintain performance, and decreases
-    automatically during demand lulls to minimize costs. Auto Scaling is
-    particularly well suited for applications that experience hourly, daily, or
-    weekly variability in usage. Auto Scaling is enabled by Amazon CloudWatch and
-    available at no additional charge beyond Amazon CloudWatch fees.
+Auto Scaling allows you to scale your Amazon EC2 capacity up or down
+automatically according to conditions you define. With Auto Scaling, you can
+ensure that the number of Amazon EC2 instances you’re using increases
+seamlessly during demand spikes to maintain performance, and decreases
+automatically during demand lulls to minimize costs. Auto Scaling is
+particularly well suited for applications that experience hourly, daily, or
+weekly variability in usage. Auto Scaling is enabled by Amazon CloudWatch and
+available at no additional charge beyond Amazon CloudWatch fees.
 
 Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-autoscaling)
-and [AWS API Reference](http://docs.aws.amazon.com/AutoScaling/latest/APIReference/Welcome.html).
+and the [AWS API Reference](http://docs.aws.amazon.com/AutoScaling/latest/APIReference/Welcome.html).
 
 
 ## Contribute
diff --git a/amazonka-autoscaling.cabal b/amazonka-autoscaling.cabal
--- a/amazonka-autoscaling.cabal
+++ b/amazonka-autoscaling.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-autoscaling
-version:               0.0.2
+version:               0.0.3
 synopsis:              Amazon Auto Scaling SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -21,6 +21,7 @@
     particularly well suited for applications that experience hourly, daily, or
     weekly variability in usage. Auto Scaling is enabled by Amazon CloudWatch and
     available at no additional charge beyond Amazon CloudWatch fees.
+
     .
     /See:/ <http://docs.aws.amazon.com/AutoScaling/latest/APIReference/Welcome.html AWS API Reference>
     .
@@ -89,5 +90,5 @@
     other-modules:
 
     build-depends:
-          amazonka-core == 0.0.2.*
+          amazonka-core == 0.0.3.*
         , base          >= 4.7     && < 5
