From 24589898ad9efaa98c7427254b9ab023cd89030f Mon Sep 17 00:00:00 2001 From: Arnav Mahalpure <100768252+AranavMahalpure@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:40:57 +0530 Subject: [PATCH] Update README.md ## Description: This Pull Request fixes a typographical error in the README.md file. ## Changes Made: remove d"own" made "persisted" to "persist" ## Additional Information: This fix is not related to any existing issue. It's a minor typo that I noticed while reviewing the README. Thank you for considering this contribution. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 089642e8..98ae2106 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Full documentation is available on the [JHipster documentation for microservices ## Deploy to Heroku -Click this button to deploy your own instance of the registry: +Click this button to deploy your instance of the registry: [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) @@ -32,7 +32,7 @@ To run the cloned repository; ### Development Mode -`JHipster Registry` default integration uses a `vault` server with an in-memory backend. The data shall not be persisted and shall require you to configure secrets after every restart. The in-memory configuration provides an easy way to test out the integration and later switch to the recommended server mode. +`JHipster Registry` default integration uses a `vault` server with an in-memory backend. The data shall not be persist and shall require you to configure secrets after every restart. The in-memory configuration provides an easy way to test out the integration and later switch to the recommended server mode. - Start vault server docker container: