diff --git a/docs/tutorial.md b/docs/tutorial.md index 7c6c2252d..95e2a0c16 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -7,8 +7,8 @@ In this guide, we'll show you how to get started with Spectacle and walk you thr You can do this on your own if you'd like, or you can... - Clone down [this project](https://github.com/FormidableLabs/spectacle-boilerplate) we've started for you using `git clone git@github.com:FormidableLabs/spectacle-boilerplate.git` -- Remove existing version control by running `rm -rf .git` - `cd spectacle-boilerplate` +- Remove existing version control by running `rm -rf .git` - Replace the existing code in the `presentation/index.js` file with: ```js