Skip to content

Commit 11b8de6

Browse files
committed
Fixed an incorrect command line in README.md
1 parent 9437bbe commit 11b8de6

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
@@ -62,15 +62,15 @@ Hello World!
6262

6363
### Command:
6464
```batchfile
65-
bin2cpp.exe html5skeleton.html .\outdir resourcehtml5skeleton.h HtmlSample 250 -override
65+
bin2cpp.exe html5skeleton.html .\outdir resourcehtml5skeleton.h HtmlSample 50 -override
6666
```
6767

6868
### Console output
6969

7070
```batchfile
7171
bin2cpp v1.4
7272
Copyright (C) 2013-2017 end2endzone.com. All rights reserved.
73-
Embedding "html5skeleton.html" into "resourcehtml5skeleton.h" using chunks of 250 bytes overriding existing files...
73+
Embedding "html5skeleton.html" into "resourcehtml5skeleton.h" using chunks of 50 bytes overriding existing files...
7474
Done.
7575
```
7676

0 commit comments

Comments
 (0)