diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,19 +8,19 @@
 
 ## Description
 
-    Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully
-    managed push messaging service. Amazon SNS makes it simple and cost-effective
-    to push notifications to Apple, Google, Fire OS, and Windows devices, as well
-    as Android devices in China with Baidu Cloud Push. You can also use SNS to
-    push notifications to internet connected smart devices, as well as other
-    distributed services. Besides pushing cloud notifications directly to mobile
-    devices, Amazon SNS can also deliver notifications by SMS text message or
-    email, to Amazon Simple Queue Service (SQS) queues, or to any HTTP endpoint.
-    To prevent messages from being lost, all messages published to Amazon SNS are
-    stored redundantly across multiple availability zones.
+Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully
+managed push messaging service. Amazon SNS makes it simple and cost-effective
+to push notifications to Apple, Google, Fire OS, and Windows devices, as well
+as Android devices in China with Baidu Cloud Push. You can also use SNS to
+push notifications to internet connected smart devices, as well as other
+distributed services. Besides pushing cloud notifications directly to mobile
+devices, Amazon SNS can also deliver notifications by SMS text message or
+email, to Amazon Simple Queue Service (SQS) queues, or to any HTTP endpoint.
+To prevent messages from being lost, all messages published to Amazon SNS are
+stored redundantly across multiple availability zones.
 
 Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-sns)
-and [AWS API Reference](http://docs.aws.amazon.com/sns/latest/api/Welcome.html).
+and the [AWS API Reference](http://docs.aws.amazon.com/sns/latest/api/Welcome.html).
 
 
 ## Contribute
diff --git a/amazonka-sns.cabal b/amazonka-sns.cabal
--- a/amazonka-sns.cabal
+++ b/amazonka-sns.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-sns
-version:               0.0.2
+version:               0.0.3
 synopsis:              Amazon Simple Notification Service SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -23,6 +23,7 @@
     email, to Amazon Simple Queue Service (SQS) queues, or to any HTTP endpoint.
     To prevent messages from being lost, all messages published to Amazon SNS are
     stored redundantly across multiple availability zones.
+
     .
     /See:/ <http://docs.aws.amazon.com/sns/latest/api/Welcome.html AWS API Reference>
     .
@@ -71,5 +72,5 @@
     other-modules:
 
     build-depends:
-          amazonka-core == 0.0.2.*
+          amazonka-core == 0.0.3.*
         , base          >= 4.7     && < 5
