Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour authored May 11, 2022
1 parent 29a3653 commit b5d1300
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 @@ -46,7 +46,7 @@ const bbox = convert_world_file_to_bbox({ wld, size, precise: false });
import convert_bbox_to_world_file from "wld-bbox/inverse";
// or import { inverse as convert_bbox_to_world_file } from "wld-bbox";

inverse({
convert_bbox_to_world_file({
// a precise bounding box where numbers are represented by strings
bbox: ["7698736.8577886725053", "163239.837978376445", "10066450.2459496622445", "1325082.667912746695"],
precise: true,
Expand Down

0 comments on commit b5d1300

Please sign in to comment.