From f1545e1e8da3dd7e549a4d8d904139673154876b Mon Sep 17 00:00:00 2001 From: William Date: Sat, 9 Jul 2022 16:54:47 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caf2e70..d3ec69c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![](https://jitpack.io/v/net.william278/HSLDataConverter.svg)](https://jitpack.io/#net.william278/HSLDataConverter) -A simple library to convert serialized legacy HuskSync (v1.x) data into Spigot API data. +A simple library to convert serialized legacy HuskSync (v1.x) data into a portable format for import into other formats. This library is only for use in upgrading or converting HuskSync v1.x data in a portable manner and is utilised in HuskSync v2.x for data migration. @@ -47,4 +47,4 @@ dependencies { ## Building To build, simply run `./gradlew clean build` in the source root. Legacy HuskSync serialized classes are bundled and this -resource does not depend on the HuskSync plugin itself. \ No newline at end of file +resource does not depend on the HuskSync plugin itself.