Update README
This commit is contained in:
parent
f36371a378
commit
e4ea373634
|
|
@ -1,6 +1,6 @@
|
|||
# Fireblade ECS (Entity-Component-System)
|
||||
[](https://travis-ci.com/fireblade-engine/ecs)
|
||||
[](releases/tag/v0.9.0)
|
||||
[](releases/tag/v0.9.1)
|
||||
[](LICENSE)
|
||||
[](#)
|
||||
[](#)
|
||||
|
|
@ -17,7 +17,7 @@ These instructions will get you a copy of the project up and running on your loc
|
|||
|
||||
* [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager)
|
||||
* [Swiftlint](https://github.com/realm/SwiftLint) for linting - (optional)
|
||||
* [Jazzy](https://github.com/realm/jazzy) for documentation - (optional)
|
||||
* [SwiftEnv](https://swiftenv.fuller.li/) for Swift version management - (optional)
|
||||
|
||||
### 💻 Installing
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ import PackageDescription
|
|||
let package = Package(
|
||||
name: "YourPackageName",
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.9.0")
|
||||
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.9.1")
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
|
|
|||
Loading…
Reference in New Issue