From 6644820aeb7957451b937bb5ada2a4794e206c61 Mon Sep 17 00:00:00 2001 From: Alex Graebe Date: Thu, 16 Apr 2020 15:35:36 -0700 Subject: [PATCH] title fixes --- _core/smart/tutorial-counter.md | 2 +- _core/smart/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_core/smart/tutorial-counter.md b/_core/smart/tutorial-counter.md index 3c408aa1..429527ea 100644 --- a/_core/smart/tutorial-counter.md +++ b/_core/smart/tutorial-counter.md @@ -23,7 +23,7 @@ In this tutorial, you learn how to implement a smart contract that stores and ma Before you get started, you should complete the [Hello World tutorial](tutorial.html). -## Step 1: Download counter tutorial project +## Step 1: Downloading counter starter project In this step, you initialize a starter project with additional counter tutorial files: diff --git a/_core/smart/tutorial.md b/_core/smart/tutorial.md index 6792bd62..586791f0 100644 --- a/_core/smart/tutorial.md +++ b/_core/smart/tutorial.md @@ -30,7 +30,7 @@ npm --version A version should be returned, indicating that NodeJS installed successfully. -## Step 1: Download starter project +## Step 1: Downloading starter project In this step, you initialize a starter project for Clarity development: