Browse Source

README fix

master
Tal Kol 2 years ago
parent
commit
fef5768d4f
  1. 3
      README.md

3
README.md

@ -50,7 +50,8 @@ To setup your machine for development, please make sure you have the following:
* Develop * Develop
* FunC contracts are located in `contracts/*.fc` * FunC contracts are located in `contracts/*.fc`
* Standalone root contracts are located in `contracts/*.fc` and imported utility code in `contracts/lib/*.fc` * Standalone root contracts are located in `contracts/*.fc`
* Imported utility code (when breaking code to multiple files) in `contracts/lib/*.fc`
* This structure assists with build and deployment and assumed by the included scripts * This structure assists with build and deployment and assumed by the included scripts
* Tests are located in `test/*.spec.ts` * Tests are located in `test/*.spec.ts`

Loading…
Cancel
Save