Update README.md (#2437)

Small fix in the documentation, it was mentioning spine-godot when it should mention spine-flutter.
This commit is contained in:
Steven Burns 2024-01-07 17:35:02 -06:00 committed by GitHub
parent 73318d6c79
commit dfec98895f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# spine-flutter
The spine-godot runtime provides functionality to load, manipulate and render [Spine](https://esotericsoftware.com) skeletal animation data using [Flutter](https://flutter.dev/). spine-flutter is based on [spine-cpp](../spine-cpp) and supports desktop and mobile Flutter deployment targets. spine-flutter does not support Flutter's web deployment target.
The spine-flutter runtime provides functionality to load, manipulate and render [Spine](https://esotericsoftware.com) skeletal animation data using [Flutter](https://flutter.dev/). spine-flutter is based on [spine-cpp](../spine-cpp) and supports desktop and mobile Flutter deployment targets. spine-flutter does not support Flutter's web deployment target.
# See the [spine-flutter documentation](https://esotericsoftware.com/spine-flutter) for in-depth information.