Skip to content

Commit c11db33

Browse files
committed
Minor update to README titles
1 parent e61b139 commit c11db33

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
@@ -82,15 +82,15 @@ public class UdonXMLTest : UdonSharpBehaviour
8282

8383
## 📄 Documentation
8484

85-
### Loading
85+
### Loading data
8686

8787
#### 🟣 object LoadXml(string input)
8888
Loads an XML structure into memory by parsing the provided input.
8989

9090
Returns null in case of parse failure.
9191

9292

93-
### Saving
93+
### Saving data
9494

9595
#### 🟤 string SaveXml(object data)
9696
Saves the stored XML structure in memory to an XML document.

0 commit comments

Comments
 (0)