Skip to content

Commit 9991076

Browse files
committed
Fix README: revert version mention to v0.1.0 and correct TypeReference usage in example
1 parent 86044ae commit 9991076

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
@@ -10,7 +10,7 @@ inspired by Minecraft's DataFixer Upper (DFU), with a focus on **simplicity**, *
1010

1111
---
1212

13-
## ✨ Features (v0.2.0)
13+
## ✨ Features (v0.1.0)
1414

1515
-**Schema-Based Versioning** — Define data types per version with `Schema` and `TypeRegistry`
1616
-**Forward Patching** — Apply `DataFix` instances sequentially to migrate data across versions
@@ -62,7 +62,7 @@ AetherDataFixer fixer = new DataFixerRuntimeFactory()
6262

6363
```java
6464
Dynamic<?> updated = fixer.update(
65-
TypeReference.of("player"),
65+
new TypeReference("player"),
6666
inputDynamic,
6767
fromVersion,
6868
toVersion

0 commit comments

Comments
 (0)