From db852f1dce065add08d51bf756649a88762a9488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gianfranc=C3=B8=20Null?= <899175+gianpaj@users.noreply.github.com> Date: Wed, 26 Jan 2022 14:54:37 +0000 Subject: [PATCH] README.md update: typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d5e232..5b51433 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It offers an easy-to-use, high performance, standards-compliant, and secure way Cronet has support for both Android and iOS. This module allows you to use the Cronet stack for your react native apps. -Checkout default react-native vs react-native-cronet comparison on android when loading many images on a high lateceny and packetloss network +Checkout default react-native vs react-native-cronet comparison on android when loading many images on a high latency and packet loss network  @@ -47,10 +47,10 @@ Make sure to run `pod install` in your iOS folder to get the `Cronet.framework` #### iOS -1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]` +1. In XCode, in the project navigator, right-click `Libraries` ➜ `Add Files to [your project's name]` 2. Go to `node_modules` ➜ `react-native-cronet` and add `RNCronet.xcodeproj` 3. In XCode, in the project navigator, select your project. Add `libRNCronet.a` to your project's `Build Phases` ➜ `Link Binary With Libraries` -4. Add `pod 'Cronet'` as a dependency in your iOS `Podfile` and run `pod install`, alternatively manaually link [Cronet.framework](https://github.com/akshetpandey/Cronet.framework/releases/latest) to your project +4. Add `pod 'Cronet'` as a dependency in your iOS `Podfile` and run `pod install`, alternatively manually link [Cronet.framework](https://github.com/akshetpandey/Cronet.framework/releases/latest) to your project 5. Run your project (`Cmd+R`)< #### Android