Updated information on README about SimpleStorage contract to include pragma

This commit is contained in:
Andy Nogueira 2017-02-15 17:52:25 -05:00
parent 40ddfff425
commit 73c7d58e40
1 changed files with 1 additions and 0 deletions

View File

@ -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;