aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenedikt Betz <benedikt.betz@check24.de>2023-10-19 16:02:47 +0200
committerBenedikt Betz <benedikt.betz@check24.de>2023-10-19 16:02:47 +0200
commit1f0b971a381fc25b96d91931577e023bedb9a697 (patch)
tree17388fd1f6e77dcf35a4bc737aedcd1379c37d09 /README.md
parent2e2caa37d1df2735272bfe6af2f3b7e0a4535532 (diff)
Update License and Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index cdfe96f..57ce3cf 100644
--- a/README.md
+++ b/README.md
@@ -24,12 +24,12 @@ The localization file can be found in `Sources/SwiftyCrop/Resources`.
## 📕 Contents
-- [Requirements](#🧳-requirements)
-- [Installation](#💻-installation)
-- [Usage](#🛠️-usage)
-- [Contributors](#👨‍💻-contributors)
-- [Author](#✍️-author)
-- [License](#📃-license)
+- [Requirements](#-requirements)
+- [Installation](#-installation)
+- [Usage](#-usage)
+- [Contributors](#-contributors)
+- [Author](#-author)
+- [License](#-license)
## 🧳 Requirements
@@ -127,7 +127,8 @@ let configuration = SwiftyCropConfiguration(
SwiftyCropView(
imageToCrop: selectedImage,
maskShape: .square,
- configuration: configuration // Use the configuration
+ // Use the configuration
+ configuration: configuration
) { croppedImage in
// Do something with the returned, cropped image
}
@@ -141,7 +142,7 @@ All issue reports, feature requests, pull requests and GitHub stars are welcomed
## ✍️ Author
-Benedikt Betz & Check24
+Benedikt Betz & CHECK24
## 📃 License