From 2b83feb6bd9fed020bd7f423c37647f010284bfd Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 8 Sep 2020 01:11:29 -0400 Subject: [PATCH] Docs: fixed markdown. --- docs.wrm/getting-started.wrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.wrm/getting-started.wrm b/docs.wrm/getting-started.wrm index 8642d53b..8e501aa2 100644 --- a/docs.wrm/getting-started.wrm +++ b/docs.wrm/getting-started.wrm @@ -161,7 +161,7 @@ The [[Contract]] object makes it easier to use an on-chain Contract as a normal JavaScript object, with the methods mapped to encoding and decoding data for you. -If you are familiar with Databases, this is similar to an ////Object Relational Mapper// (ORM). +If you are familiar with Databases, this is similar to an //Object Relational Mapper// (ORM). In order to communicate with the Contract on-chain, this class needs to know what methods are available and how to encode and