From 7047e43684405271ef267a8013e24f7d9a10dcbf Mon Sep 17 00:00:00 2001 From: kingslay Date: Sun, 21 Jan 2024 19:46:34 +0800 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 119ff86ea..f2f772804 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ Make sure to use the latest version **cocoapods 1.10.1+**, which can be installe ```ruby target 'ProjectName' do use_frameworks! - pod 'KSPlayer',:git => 'https://github.com/kingslay/KSPlayer.git', :branch => 'develop' - pod 'DisplayCriteria',:git => 'https://github.com/kingslay/KSPlayer.git', :branch => 'develop' + pod 'KSPlayer',:git => 'https://github.com/kingslay/KSPlayer.git', :branch => 'main' + pod 'DisplayCriteria',:git => 'https://github.com/kingslay/KSPlayer.git', :branch => 'main' pod 'FFmpegKit',:git => 'https://github.com/kingslay/FFmpegKit.git', :branch => 'main' pod 'Libass',:git => 'https://github.com/kingslay/FFmpegKit.git', :branch => 'main' end @@ -72,7 +72,7 @@ end ```swift dependencies: [ - .package(url: "https://github.com/kingslay/KSPlayer.git", .branch("develop")) + .package(url: "https://github.com/kingslay/KSPlayer.git", .branch("main")) ] ```