From 09dd57ee0101c18b52d0be31172e65e668905a14 Mon Sep 17 00:00:00 2001 From: benedom <> Date: Mon, 18 Mar 2024 14:41:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05c2d89..54647b4 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ To integrate `AutoResizingSheet` into your Xcode project using Xcode 15.0 or lat https://github.com/benedom/AutoResizingSheet, :branch="master" ``` +You can also specify a version instead of using the `master` branch. + ### Manually If you prefer not to use any of dependency managers, you can integrate `AutoResizingSheet` into your project manually. Put `Sources/AutoResizingSheet` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.