diff --git a/README.md b/README.md index ae541d2..eca2d47 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Library for scanning documents via [MRZ](https://en.wikipedia.org/wiki/Machine-r ### Swift Package Manager ```swift dependencies: [ - .package(url: "https://github.com/romanmazeev/MRZScanner.git", .upToNextMajor(from: "1.1.4")) + .package(url: "https://github.com/romanmazeev/MRZScanner.git", .upToNextMajor(from: "1.1.5")) ] ``` *The library has an SPM [dependency](https://github.com/romanmazeev/MRZParser) for MRZ code parsing.* @@ -46,5 +46,9 @@ let scanningResult = try await image.scanForMRZCode(configuration: configuration The example project is located inside the [`Example` folder](https://github.com/romanmazeev/MRZScanner/tree/master/Example). *To run it, you need a device with the [minimum required OS version](https://github.com/romanmazeev/MRZScanner#requirements).* +## Credits + +The project started as a fork of the [public repository](https://github.com/appintheair/MRZScanner) which I created when was working in [App In The Air](https://github.com/appintheair). + ## License The library is distributed under the [MIT LICENSE](https://opensource.org/licenses/MIT).