From 2a947536bc809a1336defa25cf63238d20f34af2 Mon Sep 17 00:00:00 2001 From: badlogic Date: Sun, 6 Jan 2019 21:37:04 +0100 Subject: [PATCH] [sfml] Fixed README. --- spine-sfml/cpp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-sfml/cpp/README.md b/spine-sfml/cpp/README.md index b91bc1e24..bcdf4f96d 100644 --- a/spine-sfml/cpp/README.md +++ b/spine-sfml/cpp/README.md @@ -1,6 +1,6 @@ # spine-sfml -The spine-sfml runtime provides functionality to load, manipulate and render [Spine](http://esotericsoftware.com) skeletal animation data using [SFML](http://www.sfml-dev.org/). spine-sfml is based on [spine-c](../../spine-cpp). +The spine-sfml runtime provides functionality to load, manipulate and render [Spine](http://esotericsoftware.com) skeletal animation data using [SFML](http://www.sfml-dev.org/). spine-sfml is based on [spine-cpp](../../spine-cpp). ## Licensing