From 73c7d58e40989a2624ba4b75d2b992ebb7173b4f Mon Sep 17 00:00:00 2001 From: Andy Nogueira Date: Wed, 15 Feb 2017 17:52:25 -0500 Subject: [PATCH] Updated information on README about SimpleStorage contract to include pragma --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5fedb588..64513e05 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ Embark will automatically take care of deployment for you and set all needed JS ```Javascript # app/contracts/simple_storage.sol +pragma solidity ^0.4.7; contract SimpleStorage { uint public storedData;