diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+[![Hackage](https://img.shields.io/hackage/v/Win32-notify.svg)](https://hackage.haskell.org/package/Win32-notify)
+[![Stackage Nightly](http://stackage.org/package/Win32-notify/badge/nightly)](http://stackage.org/nightly/package/Win32-notify)
+[![Build status](https://ci.appveyor.com/api/projects/status/y8h8aopiocft1a2u/branch/master?svg=true)](https://ci.appveyor.com/project/pepeiborra/Win32-notify)
+
+Win32-notify
+============
+
+File notification interface for Haskell in Windows
diff --git a/Win32-notify.cabal b/Win32-notify.cabal
--- a/Win32-notify.cabal
+++ b/Win32-notify.cabal
@@ -1,5 +1,5 @@
 name:           Win32-notify
-version:        0.3.0.2
+version:        0.3.0.3
 license:        BSD3
 license-file:   LICENSE
 author:         Niklas Broberg
@@ -10,6 +10,7 @@
 description:    A binding to part of the Win32 library for file notification
 build-type:     Simple
 cabal-version:  >= 1.8
+extra-source-files:  README.md
 
 Source-repository head
     type:     git
