Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Mar 1, 2015
1 parent 82e6076 commit cd83b85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/providers/W3W.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ $ geocode '45.15, -75.14' --provider w3w --method reverse
- `location`: Your search location you want geocoded.
- `key`: W3W API key.
- `method`: Chose one of the following methods:
* geocode
* reverse
* geocode
* reverse

## References

Expand Down
4 changes: 2 additions & 2 deletions docs/providers/Yandex.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ The Yandex home page has been rated as the most popular website in Russia.
**Command Line Interface**

```bash
$ geocode 'embedded.fizzled.trial' --provider w3w
$ geocode '45.15, -75.14' --provider w3w --method reverse
$ geocode 'Moscow Russia' --provider yandex
$ geocode '45.15, -75.14' --provider yandex --method reverse
```

## Parameters
Expand Down

0 comments on commit cd83b85

Please sign in to comment.