Skip to content

Commit 84449e1

Browse files
authored
Update README.md
fix readme
1 parent 284bc99 commit 84449e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ nanoFramework.MessagePack is a simple, lightweight [MsgPack.Light](https://githu
77
## Usage
88
### Serialization to bytes array:
99
```C#
10+
var value = new TestClass();
1011
var bytes = MessagePackSerializer.Serialize(value);
1112
```
1213
### Deserialization:

0 commit comments

Comments
 (0)