Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu committed Nov 24, 2020
1 parent 9ee590f commit dd28866
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See [`SpotifyDemo`](demo/SpotifyDemo) for a complete project which mimics Spotif

See [`MGSwipeDemo`](demo/MGSwipeDemo) for a complete project where you can test the variety of transitions on a real device/simulator.

##Setup your project
## Setup your project

You can use CocoaPods to include MGSwipeTableCell into you project:

Expand All @@ -52,6 +52,10 @@ You can use Carthage to include MGSwipeTableCell into your project. Just add thi

github "MortimerGoro/MGSwipeTableCell"

You can use Swift Package Manager to include MGSwipeTableCell into you project:

.package(url: "https://github.com/MortimerGoro/MGSwipeTableCell.git", from: "1.6.0")

## Usage

### Basic
Expand Down

0 comments on commit dd28866

Please sign in to comment.