From a5c66e863ecbd411dbdfac2d8861d7293303ce4e Mon Sep 17 00:00:00 2001 From: Mentor Palokaj Date: Thu, 14 Oct 2021 15:19:08 +0200 Subject: [PATCH] syntax --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11536b6..443eb1e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ Project structure: ## Requirements -[ ] `./functions`: set Infura project ID through `firebase functions:config:set infura.projectid=` -[ ] `./functions/package.json`: dependencies for backend, run `npm i` in `./functions` -[ ] `./package.json`: dependencies for contracts, run `npm i` in root \ No newline at end of file +- [ ] `./functions`: set Infura project ID through `firebase functions:config:set infura.projectid=` +- [ ] `./functions/package.json`: dependencies for backend, run `npm i` in `./functions` +- [ ] `./package.json`: dependencies for contracts, run `npm i` in root \ No newline at end of file