diff --git a/src/Yesod/Angular.hs b/src/Yesod/Angular.hs
--- a/src/Yesod/Angular.hs
+++ b/src/Yesod/Angular.hs
@@ -10,8 +10,10 @@
 --
 --   * This module currently defaults to Angular 1.2.18. Use
 --     `urlAngularJs_` specify your own Angular location.
+--
 --   * Example can be found at:
 --        <https://github.com/snoyberg/yesod-js/tree/master/yesod-angular>
+--
 --   * Currently, this module looks for controllers in the
 --     `templates/angular` directory.
 module Yesod.Angular
diff --git a/yesod-angular.cabal b/yesod-angular.cabal
--- a/yesod-angular.cabal
+++ b/yesod-angular.cabal
@@ -1,8 +1,8 @@
 name:          yesod-angular
-version:       0.1.0.0
-synopsis:      Yesod AngularJS integration.
+version:       0.1.0.1
+synopsis:      Yesod Angular JS integration.
 description:
-    Yesod AngularJS integration.
+    Yesod Angular JS integration.
 
     This module is based on Michael Snoyman's original work
     in the <https://github.com/snoyberg/yesod-js> repository.
