Skip to content

Commit

Permalink
fix(README): fix code example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
evansiroky committed Apr 13, 2018
1 parent 67f042d commit 4b65917
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 @@ -11,7 +11,7 @@ The most up-to-date and accurate node.js geographical timezone lookup package.

var geoTz = require('geo-tz')

geoTz.tz(47.650499, -122.350070) // 'America/Los_Angeles'
geoTz(47.650499, -122.350070) // 'America/Los_Angeles'

## API Docs:

Expand Down

0 comments on commit 4b65917

Please sign in to comment.