Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Apr 27, 2017
1 parent 0b82e08 commit 81f1783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here's an example:

```js
const yrno = require('yr.no-forecast')({
version: '1.9'
version: '1.9' // this is the default if not provided
});

const LOCATION = {
Expand Down Expand Up @@ -51,7 +51,7 @@ Currently supported config options:
* version - This will be passed when making a call to the met.no API


### module.getWeather(params, [version])
### module.getWeather(params)
Returns a Promise that will resolve with a `LocationForecast` object that
contains functions to get weather data.

Expand Down

0 comments on commit 81f1783

Please sign in to comment.