Skip to content

Commit 9eedfe2

Browse files
authored
Update README.md
1 parent 232d8d2 commit 9eedfe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ Database path should be `String` type
100100

101101
Byte template is an instruction combined by one or multiple byte layouts. It provides EDMA deserializer information about bytes data. To explain the use of byte template and byte layout, we have this example:
102102

103-
```toml
103+
```
104104
Original= edma2022github
105105
Bytes= [65 64 6d 61 32 30 32 32 67 69 74 68 75 62]
106106
```
107107

108108
Slicing data and labelling data as EDMA byte template, we have
109109

110-
```toml
110+
```
111111
[1]
112112
original=edma
113113
from=0

0 commit comments

Comments
 (0)