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