aboutsummaryrefslogtreecommitdiff
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
parent2e2caa37d1df2735272bfe6af2f3b7e0a4535532 (diff)
Update License and Readme
-rw-r--r--LICENSE.md2
-rw-r--r--README.md17
2 files changed, 10 insertions, 9 deletions
diff --git a/LICENSE.md b/LICENSE.md
index b554044..77f75b2 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2023 Benedikt Betz & Check24
+Copyright (c) 2023 Benedikt Betz & CHECK24
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
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