From 98cefed235531fba0b0e0bafc402b32a28751926 Mon Sep 17 00:00:00 2001 From: Rory Prior Date: Tue, 4 Jun 2024 11:09:49 +0100 Subject: [PATCH] Update README.md Removed beta note --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2f36a0c..37cc9db 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ The Appero SDK for iOS is distributed as a Swift Package. To add the package, en https://github.com/pocketworks/appero-sdk-ios ``` -During this beta period, select the dependency rule **Branch** and choose **Main** as the target branch for the latest stable version. Upon commercial release we will switch to using versioned releases. - ## Getting Started The Appero SDK for iOS is based around a shared instance model that can be accessed from anywhere in your code once initialised. We recommend initialising Appero in either your main view's init() method for a SwiftUI app or in applicationDidFinishLaunching in a storyboard/UIKit based app.