We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d0101 commit d76fc54Copy full SHA for d76fc54
.changeset/silver-swans-wash.md
@@ -0,0 +1,5 @@
1
+---
2
+'create-spectacle': patch
3
4
+
5
+Fix Missing Backtick in Readme-Template
packages/create-spectacle/src/templates/readme.ts
@@ -13,7 +13,7 @@ Made with ❤️ and [Spectacle](https://github.com/FormidableLabs/spectacle/).
13
14
- Run \`yarn install\` (or \`npm install\` or \`pnpm install\`) to install dependencies.
15
- Run \`yarn start\` (or \`npm start\` or \`pnpm start\`) to start the presentation.
16
-- Edit \`index.tsx to add your presentation content.
+- Edit \`index.tsx\` to add your presentation content.
17
18
## Building you presentation
19
0 commit comments