Skip to content

Commit

Permalink
fix: fix externalLink
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Feb 16, 2018
1 parent 103147c commit ed9c233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ findPlace returns a promise that resolve to an object like the following:
uri: "http://geonames.org/4345345"
uriForDisplay: "https://secure.geonames.org/4345345"
uriForDisplay: ""
externalURI: "http://geonames.org/4345345"
}
```
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ function callGeonamesURL(url, queryString) {
})
}



function findPlace(queryString) {
return callGeonamesURL(getPlaceLookupURI(queryString), queryString)
}
Expand Down

0 comments on commit ed9c233

Please sign in to comment.