Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiu committed Sep 26, 2018
1 parent 539d1cd commit d63e99b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,14 @@ task.restOfLifetime == 11.hours
use_frameworks!

target 'YOUR_TARGET_NAME' do
pod 'Schedule'
pod 'Schedule', '~> 1.0'
end
```

### Carthage

```ruby
github "jianstm/Schedule"
github "jianstm/Schedule" ~> 1.0
```

### Swift Package Manager
Expand Down
4 changes: 2 additions & 2 deletions README.zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,14 @@ task.restOfLifetime == 11.hours
use_frameworks!

target 'YOUR_TARGET_NAME' do
pod 'Schedule'
pod 'Schedule', '~> 1.0'
end
```

### Carthage

```ruby
github "jianstm/Schedule"
github "jianstm/Schedule" ~> 1.0
```

### Swift Package Manager
Expand Down

0 comments on commit d63e99b

Please sign in to comment.