From 29e70fefdbedfc3cfb4fc84645e486303c11b2fb Mon Sep 17 00:00:00 2001 From: Marios Andreopoulos Date: Fri, 6 Nov 2020 20:38:12 +0200 Subject: [PATCH] Update docs Signed-off-by: Marios Andreopoulos --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dbe670e..b56d400 100644 --- a/README.md +++ b/README.md @@ -14,32 +14,35 @@ Maven io.lenses secret-provider - 2.0.1 + 2.1.3 ``` SBT ```bash -libraryDependencies += "io.lenses" % "secret-provider" % "2.0.1" +libraryDependencies += "io.lenses" % "secret-provider" % "2.1.3" ``` Gradle ```bash -compile 'io.lenses:secret-provider:2.0.1' +compile 'io.lenses:secret-provider:2.1.3' ``` ## Description -External secret providers allow for indirect references to be placed in an applications configuration, -so for example, that secrets are not exposed in the Worker API endpoints of Kafka Connect. +External secret providers allow for indirect references to be placed in an +applications configuration, so for example, that secrets are not exposed in the +Worker API endpoints of Kafka Connect. -For [Documentation](https://docs.lenses.io). +For [Documentation](https://docs.lenses.io). ## Contributing -We'd love to accept your contributions! Please use GitHub pull requests: fork the repo, develop and test your code, -[semantically commit](http://karma-runner.github.io/1.0/dev/git-commit-msg.html) and submit a pull request. Thanks! +We'd love to accept your contributions! Please use GitHub pull requests: fork +the repo, develop and test your code, +[semantically commit](http://karma-runner.github.io/1.0/dev/git-commit-msg.html) +and submit a pull request. Thanks! ### Building