From d010eb401708973fd578fcb09f893b90bfbf0325 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Fri, 27 Sep 2024 15:18:17 +0100 Subject: [PATCH] :nut_and_bolt: Update README.md - Some typo updates Signed-off-by: Jonathan Carter --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4e94c47..60eb512 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ ![Static Badge](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge)

## Key Features -✔️ Save editor window for edit the save in edit mode
+✔️ Save editor window for editing the save data in edit mode
✔️ Save profiles to load save states in the editor
✔️ Modular save setup
-✔️ Save Encryption avalible with AES Encryption
+✔️ Save Encryption available with AES Encryption
✔️ Auto Save & Load Options
✔️ WebGL support!
-✔️ Custom savable dictionary type incluided.
+✔️ Custom savable dictionary type included.
✔️ Regularly updated and maintained with ❤️

## How To Install @@ -44,10 +44,10 @@ Either download and import the package from the releases section or the here. You can manually save the game by calling SaveManager.Save() & SaveManager.Load() respectively.

## Documentation -You can access a online of the documentation here: Online Documentation. A offline copy if provided with the package and asset if needed. +You can access a online of the documentation here: Online Documentation. An offline copy is provided with the package and asset if needed.

## Unity Supported Versions -The asset is developed and maintained in 2020.3.x and make use for avalible .Net updates in the version. Older versions of Unity are not supported for this asset. The asset has been tested pre-release in versions: 2020.3.0f1 & 2022.2.15f1. +The asset is developed and maintained in 2020.3.x and make use of available .Net updates in the version. Older versions of Unity are not supported for this asset. The asset has been tested pre-release in its development version: 2020.3.0f1.

## Authors - Jonathan Carter