From 7b2dd953b1575ff885773e2a79883edc1c4f0b01 Mon Sep 17 00:00:00 2001 From: Aleksandr S Date: Sun, 5 Sep 2021 19:53:23 +0300 Subject: [PATCH] readme update --- README.md | 7 ------- status-checks/readme.md | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 status-checks/readme.md diff --git a/README.md b/README.md index 39b78357..be1b4893 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,3 @@ Few things to consider while writing the connector: ### Support If you can't find something you're looking for or have any questions, ask them at our developers community on [Discord](https://discord.gg/83vvrnY) or simply send an [Email](mailto:info@instadapp.io). - -## Check run - -use -`npm run check` -to check `connectors` directory. Use `connector=$` argument to check specific connector: -`npm run check connector=contracts/mainnet/common` diff --git a/status-checks/readme.md b/status-checks/readme.md new file mode 100644 index 00000000..ed376c25 --- /dev/null +++ b/status-checks/readme.md @@ -0,0 +1,7 @@ + +# Check run + +use +`npm run check` +to check `connectors` directory. Use `connector=$` argument to check specific connector: +`npm run check connector=contracts/mainnet/common`