diff --git a/docs/app/src/tutorials.js b/docs/app/src/tutorials.js
index 4b3c43c7..7abcee3f 100644
--- a/docs/app/src/tutorials.js
+++ b/docs/app/src/tutorials.js
@@ -22,7 +22,7 @@ angular.module('tutorials', [])
element.addClass('tutorial-nav');
element.append(templateMerge(
'
Workspace Reset Instructions ➤
' + + 'Workspace Reset Instructions ➤
\n' + + 'Reset the workspace to step {{step}}.
' + + 'git checkout -f step-{{step}}\n' +
+ ' Refresh your browser or check out this step online: '+ + 'Step {{step}} Live Demo.
\n' + 'Reset the workspace to step {{step}}.
' + - 'git checkout -f step-{{step}}Refresh your browser or check the app out on Angular\'s server.
The most important changes are listed below. You can see the full diff on ' + + 'GitHub\n' + + '
' }; });