diff --git a/README.MD b/README.MD
index abd2f6d..067b104 100644
--- a/README.MD
+++ b/README.MD
@@ -1,6 +1,7 @@
#Angular Weather
-Is an Angular module to get and display the actual weather in somewhere. The module use the openweathermap.org API.
+Is an Angular module to get and display the actual weather in somewhere. The module uses the openweathermap.org API.
+Visit http://openweathermap.org for a license key to use this directive.
##How do I add angular-weather to my project?
@@ -18,7 +19,7 @@ angular.module('myApp', ['angular-weather']);
- User the directive to display the current weather in somewhere
```html
-
+
```
##License