From dee223d6a008b99b7315c7ee390349df3feb8b95 Mon Sep 17 00:00:00 2001 From: Alex Gessner Date: Mon, 5 Mar 2018 12:36:08 -0500 Subject: [PATCH] update clean branch name in webapp integration from start to starter --- tutorial/04-webapp-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/04-webapp-integration.md b/tutorial/04-webapp-integration.md index 19cbcf5..c7e7a98 100644 --- a/tutorial/04-webapp-integration.md +++ b/tutorial/04-webapp-integration.md @@ -13,7 +13,7 @@ It's time to recreate the micropayments ourselves. Get the starter code: ```bash # Clear any local changes first and checkout the start tag git checkout -- . -git checkout start +git checkout starter ``` The starter code has stripped out all micropayments code, and we just also just