From ac343e6cc009773ae8e124100af35532a481afe2 Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 8 Apr 2021 10:35:20 +0200 Subject: [PATCH] Formatting bug --- apps/contract-migration/scripts/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/contract-migration/scripts/README.md b/apps/contract-migration/scripts/README.md index 800c5d53..dc6e355a 100644 --- a/apps/contract-migration/scripts/README.md +++ b/apps/contract-migration/scripts/README.md @@ -24,6 +24,7 @@ In addition the following common tools are available: * **verify.py**: Import verification script * **cic_meta**: Metadata imports + ## REQUIREMENTS A virtual environment for the python scripts is recommended. We know it works with `python 3.8.x`. Let us know if you run it successfully with other minor versions. @@ -40,7 +41,7 @@ Install all requirements from the `requirements.txt` file: If you are importing metadata, also do: -`npm install cic-client-meta' +`npm install cic-client-meta` ## HOW TO USE