Skip to content

Commit 4392d4f

Browse files
authored
Update README.md
1 parent 69c1246 commit 4392d4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Additionally, the following Datamodel.NET types are supported:
3434
* Inline documentation
3535
* Binary codec supports just-in-time attribute loading
3636
* Write your own codecs with the `ICodec` interface
37-
* Support for property based attributes
37+
* Support for property based attributes, Datamodel.Element subclassing
3838

3939
## Quick example
4040

@@ -54,4 +54,4 @@ HelloWorld.Save("hello world.dmx", "keyvalues2", 1); // must provide an encoding
5454
{
5555
"Hello" "string" "World"
5656
}
57-
```
57+
```

0 commit comments

Comments
 (0)