Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 authored Feb 28, 2024
1 parent 7e8db25 commit 0832b9b
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 @@ -33,7 +33,7 @@ $ pnpm add world-grid-square
## Usage
from longitude and latitude to code
```ts
import wgs from 'world-grid-square'
import { wgs } from 'world-grid-square'

const code = wgs.pointToCode(139.745433, 35.658581, 6)
// 2053393599212
Expand Down

0 comments on commit 0832b9b

Please sign in to comment.