diff --git a/README.md b/README.md
index 0b69e061..ee40b591 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Give the path of `style.css, templates.js and ionic-datepicker.js` in your `ind
````
-3) In your application module inject the dependency `ionic-datepicker`, in order to work with the ionic time picker
+3) In your application module inject the dependency `ionic-datepicker`, in order to work with the ionic date picker
````javascript
angular.module('mainModuleName', ['ionic', 'ionic-datepicker']){
//
@@ -44,7 +44,7 @@ $scope.currentDate = new Date();
````html
-
+
````