Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakillo committed Mar 17, 2018
1 parent 7f8aa0f commit a5c9198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ To be able to download data from AEMET you will need a free API key which you ca
```{r eval=FALSE}
library(aemet)
stations <- aemet_stations(apikey)
grazalema <- get_aemet_normalized(apikey, "5911A")
grazalema <- aemet_climatology_station("5911A", apikey)
```

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Usage
``` r
library(aemet)
stations <- aemet_stations(apikey)
grazalema <- get_aemet_normalized(apikey, "5911A")
grazalema <- aemet_climatology_station("5911A", apikey)
```

0 comments on commit a5c9198

Please sign in to comment.