Skip to content

Commit 6e88924

Browse files
Update README.md
1 parent 74d65bd commit 6e88924

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const worldFile = `
1515
`;
1616

1717
const result = readWorldFile(worldFile);
18-
/*
1918
{
2019
xScale: 2445.9849051249894,
2120
ySkew: 0,
@@ -24,7 +23,6 @@ const result = readWorldFile(worldFile);
2423
xOrigin: 7699959.850241235,
2524
yOrigin: 1323859.6754601842
2625
}
27-
*/
2826
```
2927

3028
## advanced usage
@@ -44,4 +42,4 @@ const result = readWorldFile(worldFile, { raw: true });
4442
https://en.wikipedia.org/wiki/World_file
4543

4644
## Support
47-
Post an issue at http://github.com/worldfile/wld-reader/issues or email the package author at daniel.j.dufour@gmail.com
45+
Post an issue at http://github.com/worldfile/wld-reader/issues or email the package author at daniel.j.dufour@gmail.com

0 commit comments

Comments
 (0)