Skip to content

Commit 67554ae

Browse files
Update README.md
1 parent f309424 commit 67554ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Calculate a Bounding Box given a World File and Raster Size.
88
- doesn't support World Files with a skew (rotation around the x or y axis)
99

1010

11-
# install
11+
## install
1212
```bash
1313
npm install wld-bbox
1414
```
1515

16-
# usage
16+
## usage
1717
```js
1818
const calcWorldFileBoundingBox = require("wld-bbox");
1919

@@ -40,5 +40,5 @@ const bbox = calcWorldFileBoundingBox({ wld, size, precise: false });
4040
[7698736.857788673, 163239.83797837654, 10066450.245949663, 1325082.6679127468]
4141
```
4242

43-
# related
44-
To read the data from a raw World File into an object, consider using [wld-reader](https://github.com/WorldFile/wld-reader).
43+
## related
44+
To read the data from a World File into an object, consider using [wld-reader](https://github.com/WorldFile/wld-reader).

0 commit comments

Comments
 (0)