Skip to content

Commit 20a574c

Browse files
authored
ios/README.md: wording cosmetic
1 parent 2234668 commit 20a574c

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

wrappers/ios/README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
# ZXingCpp iOS Framework
22

3-
## Usage
4-
5-
For general usage, please compare the source code provided in the demo project.
3+
## Installation
64

7-
### Swift PM
5+
### SwiftPM
86

9-
As this repository provides a `Package.swift` on root level, you can add `zxing-cpp` including wrapper code by adding a Package Dependency in Xcode.
7+
As this repository provides a `Package.swift` on the root level, so you can add `zxing-cpp` including wrapper code by adding a Package Dependency in Xcode.
108

11-
An alternative way is to check this repository out and add it as a local Swift Package by adding it as dependency to your app.
9+
An alternative way is to check this repository out and add it as a local Swift Package by adding it as a dependency to your app.
1210

1311
### CocoaPods
1412

15-
As an alternative way, you can also rely on [CocoaPods](https://cocoapods.org/pods/zxing-cpp). Just add the Pod as dependency, for instance:
13+
You can also use [CocoaPods](https://cocoapods.org/pods/zxing-cpp). Just add the Pod as a dependency:
1614

1715
```
1816
pod 'zxing-cpp'
1917
```
20-
21-
If you just need the core without the wrapper code, you can also rely on:
22-
18+
The module to be imported is named `ZXingCpp`. If you just need the core without the wrapper code, you can use:
2319
```
2420
pod 'zxing-cpp/Core'
2521
```
2622

27-
The module to be imported is named `ZXingCpp`.
23+
## Usage
24+
25+
For general usage of the ObjectiveC/Swift wrapper, please have a look at the source code provided in the [demo project](demo).

0 commit comments

Comments
 (0)