Skip to content

Commit

Permalink
fixed some typo on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Modif93 committed Mar 25, 2024
1 parent e1fa963 commit 8828049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ const elevation = await trgb.getElevation([30.0529622, -1.9575129], 15);
console.log(elevation);
```

TMS(Tiled Map Service) tiles are also supported with
TMS(Tile Map Service) tiles are also supported with

```ts
const trgb = new TerrainRGB(url, 512, 5, 15, true)
const trgb = new TerrainRGB(url, 512, 5, 15, true);
```


Expand Down

0 comments on commit 8828049

Please sign in to comment.