diff --git a/docs/tutorial/3_get_flipping.md b/docs/tutorial/3_get_flipping.md index 78d32ad77d..6f286152f8 100644 --- a/docs/tutorial/3_get_flipping.md +++ b/docs/tutorial/3_get_flipping.md @@ -23,7 +23,7 @@ friendly switch names. (This is what makes it possible to interact with switch names like "left_flipper" and "right_inlane" versus "switch 27" or "switch 19".) -So on the line after the `#config_version=5` entry from the previous +So on the line after the `#config_version=6` entry from the previous tutorial step, write `switches:` (note the colon). Then on the next line, type four spaces (these must be spaces, not a tab), and write `s_left_flipper:`. Then on the next line, type eight spaces and add @@ -32,7 +32,7 @@ line, type four spaces (these must be spaces, not a tab), and write So now your `config.yaml` file should look like this: ``` mpf-config -#config_version=5 +#config_version=6 switches: s_left_flipper: @@ -372,7 +372,7 @@ Again, recapping the rules of YAML: the same number of spaces, etc. * Make sure you *do not* have a space *before* each colon. * Make sure you *do* have a space *after* each colon. -* Make sure you have the `#config_version=5` as the first line in your +* Make sure you have the `#config_version=6` as the first line in your file. If you struggle to spot the problem read our @@ -564,7 +564,7 @@ affect your coil and switch numbers). But here's the general idea. an existing *Demolition Man* machine.) ``` mpf-config -#config_version=5 +#config_version=6 hardware: platform: fast