From fef5768d4fe08a5091b60ea9d167b88765e368e6 Mon Sep 17 00:00:00 2001 From: Tal Kol Date: Fri, 29 Apr 2022 19:10:48 +0100 Subject: [PATCH] README fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b146c3b..6d6b50d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ To setup your machine for development, please make sure you have the following: * Develop * 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 * Tests are located in `test/*.spec.ts`