From 700889666192b282a41e4f75fb0b719ba57a8fc3 Mon Sep 17 00:00:00 2001 From: thorizer <90414748+thorizerftw@users.noreply.github.com> Date: Sun, 10 Aug 2025 19:41:47 +0300 Subject: [PATCH] Fix: Correct typos and improve clarity in README.md This PR fixes some small typos in Readme.md. No code changes, documentation-only. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4802328d..cb937aea 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ Streamline the **Verifiable Credentials issuance** process with the user-friendl - [License](#license) ## Quick Start Installation -> [!NOTE] -> The provided installation guide is **non-production** ready. For production deployments please refer to [Standalone Mode Guide](https://docs.privado.id/docs/issuer/setup-issuer-core). +> [!NOTE:] +> The provided installation guide is **not production-ready**. For production deployments please refer to [Standalone Mode Guide](https://docs.privado.id/docs/issuer/setup-issuer-core). > -> There is no compatibility with Windows environments at this time. While using WSL should be ok, it's not officially supported. +> There is currently compatibility no with Windows environments. While using WSL should be ok, it's not officially supported. > > **After changing the configuration, you must restart the issuer node docker containers.** @@ -58,7 +58,7 @@ Streamline the **Verifiable Credentials issuance** process with the user-friendl - [Infura](https://www.infura.io/) ### Run Issuer Node API and UI (docker compose with images from privadoid registry) -To run the issuer node (API and UI) quickly and without too many customizations follow the following steps: +To quickly run the issuer node (API and UI) with minimal customizations, follow these steps: 1. Copy the config sample files: ```shell