From e32acaf49f345fcbde18775e1bdbf0f626c823f2 Mon Sep 17 00:00:00 2001 From: TheBoxyBear <15822255+TheBoxyBear@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:10:39 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86ed2827..05fc1c14 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ChartTools is a .NET 8 library with the purpose of modeling song files for plast If you find any bugs, you can report them in the [Issues section](https://github.com/TheBoxyBear/ChartTools/issues) of the repository. Make sure to use the "bug" label. +As this project is in development, it should only be used with charts with a backup available. **I am not responsible for damaged to charts!** + ## Getting Started For an overview on installation and taking your first steps with ChartTools, see [Getting Started](Docs/articles/getting-started.md). A GitHub Pages website is available with detailed articles and API documentation.