Skip to content

Commit

Permalink
Updated README.md correcting typo in previous commit
Browse files Browse the repository at this point in the history
Incorrect import statement in previous edit.
  • Loading branch information
smallsaucepan authored Dec 14, 2024
1 parent 304b76b commit 9dc7a50
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 @@ -55,7 +55,7 @@ Turf modules ship with type definitions packaged in each module. No DefinitelyTy
The types defined in the GeoJSON specification are maintained separately (Geometry, Polygon, etc). To refer to these in your own code, install `@types/geojson` and import from there:

```typescript
import { type Polygon } from "@types/geojson";
import { type Polygon } from "geojson";
```

### Other languages
Expand Down

0 comments on commit 9dc7a50

Please sign in to comment.