From ea00a45e247ed87ed3d5baa96a38496985f3b4b4 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 14 Oct 2020 18:46:05 +0200 Subject: [PATCH] faucet-client: Format README --- packages/faucet-client/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/faucet-client/README.md b/packages/faucet-client/README.md index 1f041488..5d39b9a2 100644 --- a/packages/faucet-client/README.md +++ b/packages/faucet-client/README.md @@ -4,7 +4,8 @@ ## Running the tests -First of all you will need an instance of wasmd running. From the root directory of this repository: +First of all you will need an instance of wasmd running. From the root directory +of this repository: ```sh ./scripts/wasmd/start.sh && ./scripts/wasmd/init.sh @@ -17,7 +18,8 @@ cd packages/faucet yarn start-dev ``` -The tests need to be told you are running the faucet via an environmental variable: +The tests need to be told you are running the faucet via an environmental +variable: ```sh export FAUCET_ENABLED=1