aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim van der Lippe <TimvdLippe@users.noreply.github.com>2021-01-05 13:44:08 +0000
committerGitHub <noreply@github.com>2021-01-05 13:44:08 +0000
commitb8f480fd5594d037a085da2d857bdd5597a56bdf (patch)
tree4f4ee7521c3b32c78d50ac1c27972ab42f8984eb
parentdbdef2fd74b86868a953e1ba609d235664148f50 (diff)
downloadmockito-kotlin-b8f480fd5594d037a085da2d857bdd5597a56bdf.tar.gz
Add acknowledgements section to the README (#399)
Following the repository move into the GitHub Mockito organization, let's add an acknowledgements section to Niek for the original creation and extensive work that went into `mockito-kotlin`.
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8087af..c368163 100644
--- a/README.md
+++ b/README.md
@@ -65,3 +65,8 @@ Usually it is enough to test only using the default Kotlin versions;
CI will test against multiple versions.
If you want to test using a different Kotlin version locally, set
an environment variable `KOTLIN_VERSION` and run the tests.
+
+### Acknowledgements
+
+`mockito-kotlin` was created and developed by [nhaarman@](https://github.com/nhaarman) after which the repository was integrated into the official Mockito GitHub organization.
+We would like to thank Niek for the original idea and extensive work plus support that went into `mockito-kotlin`.