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;