Skip to content

Commit 539ff64

Browse files
committed
Fix some ‘CocoaPods’ capitalization
1 parent 1c3dd29 commit 539ff64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/EmbeddedApp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ permalink: docs/embeded-app.html
77
next: activityindicatorios
88
---
99

10-
Since React makes no assumptions about the rest of your technology stack – it’s commonly noted as simply the `V` in `MVC` – it’s easily embeddable within an existing non-React Native app. In fact, it integrates with other best practice community tools like [Cocoapods](http://cocoapods.org/).
10+
Since React makes no assumptions about the rest of your technology stack – it’s commonly noted as simply the `V` in `MVC` – it’s easily embeddable within an existing non-React Native app. In fact, it integrates with other best practice community tools like [CocoaPods](http://cocoapods.org/).
1111

1212
## Requirements
1313

14-
- [Cocoapods](http://cocoapods.org/)`gem install cocoapods`
14+
- [CocoaPods](http://cocoapods.org/)`gem install cocoapods`
1515
- [Node.js](http://nodejs.org)`brew install node`
1616

17-
## Install React Native Using Cocoapods
17+
## Install React Native Using CocoaPods
1818

1919
[CocoaPods](http://cocoapods.org/) is a package management tool for iOS/Mac development. We need to use it to download React Native. If you haven't install CocoaPods yet, checkout [this tutorial](http://guides.cocoapods.org/using/getting-started.html).
2020

0 commit comments

Comments
 (0)