Skip to content

Commit

Permalink
fix typo installation cocoapods (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliga authored Aug 16, 2023
1 parent 57a73bd commit 3a97940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ You can add ComposableArchitecture to an Xcode project by adding it as a package
### Cocoapods
Add this into your Podfile
```
pod "RxComposableArchitecture", , :git => 'https://github.com/tokopedia/RxComposableArchitecture', :tag => '0.17'
pod "RxComposableArchitecture", :git => 'https://github.com/tokopedia/RxComposableArchitecture', :tag => '0.50.3'
```
## License
Expand Down

0 comments on commit 3a97940

Please sign in to comment.