Skip to content

Commit 43e9cd8

Browse files
committed
remove underscores: GitHub doesn't render this well :(
1 parent 08e8f60 commit 43e9cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const program = pipe(
1616
Array.from
1717
);
1818

19-
program(range(0, 1_000_000));
19+
program(range(0, 1000000));
2020
```
2121

2222
## API

0 commit comments

Comments
 (0)