Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour authored Nov 2, 2021
1 parent c3e3069 commit 4aabb56
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 @@ -44,7 +44,7 @@ you may store your parameters as strings instead of numbers.
You can write with those, too.
```js
const data = {
xScale: 2445.9849051249894123456789,
xScale: "2445.9849051249894123456789",
//...
}
writeWorldFile(data);
Expand All @@ -61,4 +61,4 @@ writeWorldFile(data, { sep: "\r\n" });
You can set debug to true to increase logging:
```js
writeWorldFile(data, { debug: true });
```
```

0 comments on commit 4aabb56

Please sign in to comment.