From 97bde29b60aec75ee587a311202a46c47f23b97a Mon Sep 17 00:00:00 2001 From: Jakub Krzych Date: Wed, 7 Feb 2024 10:53:48 +0100 Subject: [PATCH] Added link to permissions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a67ae..52b7c77 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This README is created to assist you in developing next-generation, real-world a Our **Estimote UWB SDK** is a software library designed to showcase precise ranging capabilities using Estimote UWB Beacons. It leverages the Core Bluetooth API and the Nearby Interactions API to discover, connect to, and range between UWB-enabled iPhones and beacons. -To integrate the Estimote UWB SDK into your project, you need to import the `EstimoteUWB` files into your Xcode project. Additionally, ensure that you have added all the necessary permissions to your `Info.plist` file for the SDK to function correctly. Detailed instructions on the required permissions are provided towards the end of this document. +To integrate the Estimote UWB SDK into your project, you need to import the `EstimoteUWB` files into your Xcode project. Additionally, ensure that you have added all the necessary permissions to your `Info.plist` file for the SDK to function correctly. Detailed instructions on the required permissions are provided towards [the end of this document.](https://github.com/Estimote/iOS-Estimote-UWB-SDK/blob/master/README.md#required-user-permissions) ```swift import EstimoteUWB