From c35769b0047f164b161abbdc1cdff0992205c666 Mon Sep 17 00:00:00 2001 From: Aleksandar Palic <1425202+codepushr@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:39:50 +0200 Subject: [PATCH] chore: small typos and indents --- README.md | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 4a4f0ab..765d0f1 100644 --- a/README.md +++ b/README.md @@ -24,38 +24,43 @@ The EVVA React-Native Module is a collection of tools to work with electronical ## Installation ``` - yarn add +yarn add ``` ### IOS - add the following to your Podfile: - ```ruby - source 'https://github.com/evva-sfw/abrevva-sdk-ios-pod-specs.git' - source 'https://cdn.cocoapods.org/' - ``` - then execute `pod install` inside of your projects ios/ folder. + +Add the following to your Podfile: + +```ruby +source 'https://github.com/evva-sfw/abrevva-sdk-ios-pod-specs.git' +source 'https://cdn.cocoapods.org/' +``` + +then execute `pod install` inside of your projects ios/ folder. ### Android - add this to your `build.gradle` file: +Add this to your `build.gradle` file: + ```ruby - repositories { - maven { - url = uri("https://maven.pkg.github.com/evva-sfw/abrevva-sdk-android") - } - } - ... - dependencies { - implementation group: "com.evva.xesar", name: "abrevva-sdk-android", version: "1.0.19" <-- change to latest version. +repositories { + maven { + url = uri("https://maven.pkg.github.com/evva-sfw/abrevva-sdk-android") } +} +... +dependencies { + implementation group: "com.evva.xesar", name: "abrevva-sdk-android", version: "1.0.19" <-- change to latest version. +} ``` - add Permissions to your `Manifest.xml` file as needed. + +Add Permissions to your `Manifest.xml` file as needed. + ```ruby ``` - ## Examples ### Initialize and scan for EVVA components