Skip to content

Commit

Permalink
changed example to reflect the actual directive and added some text t…
Browse files Browse the repository at this point in the history
…o point the user to the openweathermap.org info for an api
  • Loading branch information
bkbonner committed Jul 6, 2015
1 parent 24e567c commit 17a934b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -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?

Expand All @@ -18,7 +19,7 @@ angular.module('myApp', ['angular-weather']);

- User the directive to display the current weather in somewhere
```html
<angular-weather city="Houston"></angular-weather>
<ng-weather-temperature city="Houston"></ng-weather-temperature>
```

##License
Expand Down

0 comments on commit 17a934b

Please sign in to comment.