From e13c0c59b108aa40b61e26ed6a2aae2eb66e3b32 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 1 Apr 2024 22:44:24 +0800 Subject: [PATCH] Use inline code block for proof through a website instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d431974..9d1e8ad 100644 --- a/README.md +++ b/README.md @@ -56,15 +56,15 @@ The methods for generating signature are described below: 1. Enter the `web` directory - > cd web + > `cd web` 2. Download the metadata.json file - > curl https://fluence-dao.s3.eu-west-1.amazonaws.com/metadata.json > metadata.json + > `curl https://fluence-dao.s3.eu-west-1.amazonaws.com/metadata.json > metadata.json` 3. Spin up an HTTP server - > python3 -m http.server + > `python3 -m http.server` 4. Open `http://127.0.0.1:8000` in your browser and follow the instructions