Skip to content

Commit d76fc54

Browse files
authored
fix(readme-template): add missing closing backtick (#1335)
1 parent 47d0101 commit d76fc54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/silver-swans-wash.md

+5
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Made with ❤️ and [Spectacle](https://github.com/FormidableLabs/spectacle/).
1313
1414
- Run \`yarn install\` (or \`npm install\` or \`pnpm install\`) to install dependencies.
1515
- Run \`yarn start\` (or \`npm start\` or \`pnpm start\`) to start the presentation.
16-
- Edit \`index.tsx to add your presentation content.
16+
- Edit \`index.tsx\` to add your presentation content.
1717
1818
## Building you presentation
1919

0 commit comments

Comments
 (0)