Skip to content

Commit

Permalink
Fix example in README
Browse files Browse the repository at this point in the history
(closes #97)
  • Loading branch information
bhousel committed Jun 13, 2022
1 parent d1c3b26 commit c18e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Register a new OAuth2.0 application on openstreetmap.org:

```js
var redirectPath = window.location.origin + window.location.pathname;
var auth = osmAuth({
var auth = osmAuth.osmAuth({
client_id: "JWXSAzNp64sIRMStTnkhMRaMxSR964V4sFgn3KUZNTA",
client_secret: "6umOXfkZqH5CVUtv6iDqN7k8o7mKbQvTrHvbDQH36hs",
redirect_uri: redirectPath + "land.html",
Expand Down

0 comments on commit c18e6bf

Please sign in to comment.