From 5eb25dd9f2a975d57095bea811ab80b0859dfff5 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 16 Jan 2017 17:17:48 -0500 Subject: [PATCH] move bold txt --- docs/tutorial_part1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial_part1.md b/docs/tutorial_part1.md index d425a5048..3dacee194 100644 --- a/docs/tutorial_part1.md +++ b/docs/tutorial_part1.md @@ -70,7 +70,7 @@ They do not share variables nor functions. They will communicate via a networking protocol such as gRPC or WebSockets. # Marbles Setup Options: -Before you continue make sure your environment is setup by going through the **[Learn Chaincode](https://github.com/IBM-Blockchain/learn-chaincode) demo**. +Before you continue **make sure** your environment is setup by going through the [Learn Chaincode](https://github.com/IBM-Blockchain/learn-chaincode) demo. It will set up your environment and teach you what chaincode is and how it's written.