Skip to content

Commit 280432a

Browse files
committed
fix typo in readme
1 parent 4219dcf commit 280432a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Zip archive utility for react-native
44

5-
Note: this project is under development and functionality will improve over time. Currently it provides only the bare minimum of functionality.
6-
75
## Installation
86

97
```bash
@@ -12,12 +10,12 @@ npm install react-native-zip-archive --save
1210

1311
## Getting started - iOS
1412

15-
1. In XCode, in the project navigator right click `Libraries``Add Files to [your project's name]`
13+
1. In Xcode, in the project navigator right click `Libraries``Add Files to [your project's name]`
1614
2. Go to `node_modules``react-native-zip-archive` and add `RNZipArchive.xcodeproj`
1715
3. Add `libRNZipArchive.a` (from 'Products' under RNZipArchive.xcodeproj) to your project's `Build Phases``Link Binary With Libraries` phase
1816
4. Add the `libz` library to your target
1917
5. Look for Header Search Paths and make sure it contains both `$(SRCROOT)/../react-native/React` and `$(SRCROOT)/../../React` - mark both as recursive
20-
6. Run your project (`Cmd+R`)
18+
6. Run your project (`CMD+R`)
2119

2220
Warning: If you're using [rnpm](https://github.com/rnpm/rnpm) to link this module, you also need manually link `libz` library to your target otherwise your project wouldn't compile.
2321

0 commit comments

Comments
 (0)