From d6c8a67f21d6f073e0dbd46993ad3b5a415ffd3b Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Sat, 6 Jan 2018 11:06:53 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 302919b..c816e01 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ These instructions will get you a copy of the project up and running on your loc ### Installing -Fireblade ECS is available for all platforms that support [Swift 4.0+](https://swift.org/) and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager). +Fireblade ECS is available for all platforms that support [Swift 4](https://swift.org/) and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager). Extend the following lines in your `Package.swift` file or use it to create a new project. @@ -30,7 +30,7 @@ import PackageDescription let package = Package( name: "YourPackageName", dependencies: [ - .package(url: "https://github.com/ctreffs/fireblade-ecs.git", from: "0.3.0") + .package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.3.0") ], targets: [ .target( @@ -144,4 +144,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file ## Acknowledgments -* Inspired by [Ashley](https://github.com/libgdx/ashley), [EntitasKit](https://github.com/mzaks/EntitasKit) +Inspired by +- [Ashley](https://github.com/libgdx/ashley) +- [Entitas](https://github.com/sschmid/Entitas-CSharp) +- [EntitasKit](https://github.com/mzaks/EntitasKit)