Skip to content

Commit 4c28f41

Browse files
committed
Update Readme
1 parent 4681b42 commit 4c28f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
To integrate RxASDataSources into your Xcode project using CocoaPods, specify it in your `Podfile`:
2626

2727
```ruby
28-
pod 'RxASDataSources', '~> 0.1'
28+
pod 'RxASDataSources'
2929
```
3030

3131
Then, run the following command:
@@ -39,7 +39,7 @@ $ pod install
3939
To integrate RxASDataSources into your Xcode project using Carthage, specify it in your `Cartfile`:
4040

4141
```ogdl
42-
github "dangthaison91/RxASDataSources" ~> 0.1
42+
github "dangthaison91/RxASDataSources"
4343
```
4444

4545
## Usage

0 commit comments

Comments
 (0)