Rebuild for Issue #92 and changed word in level tutorial

This commit is contained in:
Peter Cottle 2013-05-25 12:29:31 -07:00
parent 846d01c8ed
commit 8fb7faa163
6 changed files with 6 additions and 6 deletions

View file

@ -45,7 +45,7 @@ exports.level = {
"beforeMarkdowns": [
"Let's see what branches look like in practice.",
"",
"Here we will check out a new branch named `newImage`"
"Here we will create a new branch named `newImage`"
],
"afterMarkdowns": [
"There, that's all there is to branching! The branch `newImage` now refers to commit `C1`"