diff --git a/README.md b/README.md index 178c2dc..fd1de9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ SwiftGodotKit provides a way of embedding Godot into an existing Swift application and driving Godot from Swift, without having to use an -extension. This is a companion to [SwiftGodot](https://github.com/migueldeicaza/SwiftGodot] which +extension. This is a companion to [SwiftGodot](https://github.com/migueldeicaza/SwiftGodot) which provides the API binding to the Godot API. Take a look at the `TrivialSample` here to see how it works.