From f35ba9accc00d2fcbf5979684d49506ed350f4ce Mon Sep 17 00:00:00 2001 From: Mikael Olausson <104485047+mikaelol@users.noreply.github.com> Date: Mon, 16 Jan 2023 10:49:16 +0100 Subject: [PATCH] docs: small reordering of paragraphs (#49) --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d28118b6..09d7a67b 100644 --- a/README.md +++ b/README.md @@ -187,18 +187,6 @@ by the overlay used when [installing](#install) the operator: kubectl delete -k --ignore-not-found=true ``` -## Contributing - -We would love your feedback on any aspect of the Image Scanner! -Feel free to open issues for things you think can be improved. -Or/and open a PR (better) to show how we can improve. - -See [Contributing](CONTRIBUTING.md) for information about setting up -your local development environment, and the contribution workflow expected. - -Please ensure that you are following our [Code Of Conduct](CODE_OF_CONDUCT.md) -during any interaction with the community. - ### How it works This project aims to follow the Kubernetes @@ -229,6 +217,18 @@ Using a simple `Pod`, with a single container, as an example: ![Image scanner architecture](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/statnett/image-scanner-operator/main/docs/architecture.puml) +## Contributing + +We would love your feedback on any aspect of the Image Scanner! +Feel free to open issues for things you think can be improved. +Or/and open a PR (better) to show how we can improve. + +See [Contributing](CONTRIBUTING.md) for information about setting up +your local development environment, and the contribution workflow expected. + +Please ensure that you are following our [Code Of Conduct](CODE_OF_CONDUCT.md) +during any interaction with the community. + ## License Licensed under the [MIT License](LICENSE).