From 1f0b971a381fc25b96d91931577e023bedb9a697 Mon Sep 17 00:00:00 2001 From: Benedikt Betz Date: Thu, 19 Oct 2023 16:02:47 +0200 Subject: Update License and Readme --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3