Update README.md

This commit is contained in:
Bill Buchanan
2022-03-29 05:52:27 +01:00
committed by GitHub
parent af50910f36
commit 18ce46bee6

View File

@@ -412,8 +412,8 @@ contract <b style="color:red">BillToken</b> is ERC20Interface, Owned, SafeMath {
}
```
When you create your own contract, make sure you change the public constructor() with: the symbol, the name, and the wallet ID:
<p>When you create your own contract, make sure you change the public constructor() with: the symbol, the name, and the wallet ID:</p>
```
constructor() public {
symbol = <b style="color:red">"ENUToken"</b>;