Updated readme

This commit is contained in:
Matt 2014-03-01 18:41:52 -07:00
parent b7a28bb48a
commit cbff4c7e01
1 changed files with 3 additions and 1 deletions

View File

@ -59,10 +59,12 @@ Inside the `coins` directory, ensure a json file exists for your coin. If it doe
Here is an example of the required fields
````javascript
{
//test
"name": "Litecoin",
"symbol": "ltc",
"symbol": "ltc", //testasdf
"algorithm": "scrypt",
"reward": "POW",
/*adsfsdf */
"txMessages": false
}
````