Skip to content

Commit

Permalink
README: Add links and improve CGOperators formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Jul 14, 2017
1 parent adf4b45 commit 027a36a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ physicsWorld.gravity = player.position / 10

## Installation

**Using CocoaPods**
**Using [CocoaPods](https://cocoapods.org)**

Add `pod CGOperators` to your `Podfile`

**Using Carthage**
**Using [Carthage](https://github.com/Carthage/Carthage)**

Add `git "JohnSundell/CGOperators"` to your `Cartfile`

**Using the Swift Package Manager**
**Using the [Swift Package Manager](https://github.com/apple/swift-package-manager)**

Add `Package(url: "https://github.com/JohnSundell/CGOperators.git, majorVersion: 1)` to your `Package.swift` file.

Expand All @@ -68,5 +68,5 @@ Run `marathon add https://github.com/JohnSundell/CGOperators.git` on the command
## Help, feedback or suggestions?

- [Open an issue](https://github.com/JohnSundell/CGOperators/issues/new) if you need help, if you found a bug, or if you want to discuss a feature request.
- [Open a PR](https://github.com/JohnSundell/CGOperators/pull/new/master) if you want to make some change to CGOperators.
- Contact [@johnsundell on Twitter](https://twitter.com/johnsundell) for discussions, news & announcements about CGOperators and other open source projects.
- [Open a PR](https://github.com/JohnSundell/CGOperators/pull/new/master) if you want to make some change to `CGOperators`.
- Contact [@johnsundell on Twitter](https://twitter.com/johnsundell) for discussions, news & announcements about `CGOperators` and other open source projects.

0 comments on commit 027a36a

Please sign in to comment.