diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -0,0 +1,14 @@
+# PagerDuty
+
+[![Build Status](https://travis-ci.org/brendanhay/amazonka.svg?branch=develop)](https://travis-ci.org/brendanhay/pagerduty)
+
+* [Contribute](#contribute)
+* [Licence](#licence)
+
+## Contribute
+
+For any problems, comments, or feedback please create an issue [here on GitHub](https://github.com/brendanhay/pagerduty/issues).
+
+## Licence
+
+PagerDuty is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).
diff --git a/pagerduty.cabal b/pagerduty.cabal
--- a/pagerduty.cabal
+++ b/pagerduty.cabal
@@ -1,5 +1,5 @@
 name:                  pagerduty
-version:               0.0.1
+version:               0.0.1.1
 synopsis:              Client library for PagerDuty Integration and REST APIs.
 homepage:              http://github.com/brendanhay/pagerduty
 license:               OtherLicense
@@ -25,6 +25,8 @@
     .
     /Warning:/ This is an experimental preview release which is still under
     heavy development and not intended for public consumption, caveat emptor!
+    .
+    /Note:/ An alternative source for Haddock documentation can be found <http://brendanhay.nz/pagerduty here>.
 
 extra-source-files:
     README.md
diff --git a/src/Network/PagerDuty/Integration.hs b/src/Network/PagerDuty/Integration.hs
--- a/src/Network/PagerDuty/Integration.hs
+++ b/src/Network/PagerDuty/Integration.hs
@@ -292,6 +292,7 @@
            -> Event
            -> m (Either Error Response)
 submitWith m l e = request m l e $
-    def { Client.host = "events.pagerduty.com"
-        , Client.path = "/generic/2010-04-15/create_event.json"
+    def { Client.host   = "events.pagerduty.com"
+        , Client.path   = "/generic/2010-04-15/create_event.json"
+        , Client.method = "POST"
         }
