Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down