We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab4e23 commit 4e283e7Copy full SHA for 4e283e7
1 file changed
README.md
@@ -46,7 +46,7 @@ end
46
Alternatively, you can let CocoaPods resolve this package directly with git:
47
```ruby
48
target 'MyApp' do
49
- pod 'BitkubChainSDK', :git => https://github.com/bitkub-chain/bitkubchain-sdk-ios.git, :branch => 'main'
+ pod 'BitkubChainSDK', :git => 'https://github.com/bitkub-chain/bitkubchain-sdk-ios.git', :branch => 'main'
50
end
51
```
52
-**Notes**: Check CocoaPods [documentation](https://guides.cocoapods.org/using/the-podfile.html) for more details.
+**Notes**: Check CocoaPods [documentation](https://guides.cocoapods.org/using/the-podfile.html) for more details.
0 commit comments