Skip to content

Commit 0665d74

Browse files
committed
change text format in the README.md
1 parent 47f17b3 commit 0665d74

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
@@ -39,7 +39,7 @@ For further information about the above command have a look on the Hacklace 2 wi
3939

4040
A template file is a Hacklace command script or a Shell script inlcuding a output command (see above example) which includes a placeholders for an image file. If the image file from the placeholderncan be found the placeholder is substituted by hexadecimal bytes representing the image file.
4141

42-
template_example.txt
42+
<u>template_example.txt</u>
4343
```
4444
HL
4545
\00 7A 01\ It's hip to be [[square.png]] ! \00\
@@ -53,7 +53,7 @@ java -jar ImageToHacklace2.jar --template template_example.txt
5353

5454
Assuming the image file `square.png` exist in the current directory and the image file `smile.png` does not exist. The file `template_example.txt` will be converted to `template_example.hl` like below.
5555

56-
template_example.hl
56+
<u>template_example.hl</u>
5757
```
5858
HL
5959
\00 7A 01\ It's hip to be \1F 08 00 7E 42 42 42 42 7E 00\ ! \00\

0 commit comments

Comments
 (0)