Skip to content

Commit 041cd66

Browse files
committed
Update README.md
1 parent 5e067fd commit 041cd66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Note: the `Point` argument gets rounded because `Clipper` needs `IntPoint` for p
1818
import fillPath from 'Doodle3D/fill-path';
1919

2020
const paths = [rect(0, 0, 30, 30), rect(10, 10, 10, 10)];
21-
const fillPath = fillPath(paths, { x: 5, y: 5 });
21+
const result = fillPath(paths, { x: 5, y: 5 });
2222

23-
// fillPath = [ [
23+
// result = [ [
2424
// { x: 1, y: 1 },
2525
// { x: 1, y: 29 },
2626
// { x: 29, y: 29 },

0 commit comments

Comments
 (0)