From cbff4c7e01d96bfdb73e3725ab87d1750eee51d1 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 1 Mar 2014 18:41:52 -0700 Subject: [PATCH] Updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4264b46..a9428b7 100644 --- a/README.md +++ b/README.md @@ -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 } ````