Skip to content

Commit 1648164

Browse files
authored
Merge pull request tolu360#251 from RohanTalip/patch-1
Fix a couple of typos in README.md
2 parents 85a7858 + 0f22ace commit 1648164

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ You would have to do a bit more work to properly secure and move your API key ou
504504
source 'https://rubygems.org'
505505

506506
gem 'cocoapods'
507-
gem 'cocoapods-keys
507+
gem 'cocoapods-keys'
508508
```
509509

510510
- Install the [cocoapods-keys](https://github.com/orta/cocoapods-keys) CocoaPod plugin by running the following on your terminal from your `/ios` directory:
@@ -531,7 +531,7 @@ end
531531
- Consult the [usage](https://github.com/orta/cocoapods-keys#usage) and [alternative usage](https://github.com/orta/cocoapods-keys#alternative-usage) sections of the `cocoapods-keys` repo to learn how to add your API key to keychain on the Mac.
532532
- Set up your key with `cocoapods-keys` with either of the instructions from the line above.
533533
- Run `pod install` again from your `/ios` directory.
534-
- Replace the string versions of your key in your `AppDelegate.m` file. You can review a sample usgae in the [Sample App](https://github.com/tolu360/RNGPDemos)
534+
- Replace the string versions of your key in your `AppDelegate.m` file. You can review a sample usage in the [Sample App](https://github.com/tolu360/RNGPDemos)
535535
- You may skip these steps and continue to have your API key directly in `AppDelegate.m`, things would work just as fine.
536536

537537

0 commit comments

Comments
 (0)