diff --git a/README.md b/README.md index d3041e4..71a0de5 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,7 @@ inventory.Instance.Sort( ); ``` + #### Saving and Loading You can save and load an inventory instance with the following snippets. This should only be done if you wish to create your own implementation of `InventoryInstance` without using the `InventoryHelper`. It's recommended you use the `InventoryHelper` class to save and load inventories for simplicity.