FormidableLabs / spectacle

A React-based library for creating sleek presentations using JSX syntax that gives you the ability to live demo your code.
https://commerce.nearform.com/open-source/spectacle/
MIT License
9.7k stars 690 forks source link

Missing Backtick in the Readme Generated by `create-spectacle` #1334

Open EagleoutIce opened 1 month ago

EagleoutIce commented 1 month ago

In the readme.ts the template currently reads:

- Edit \`index.tsx to add your presentation content.

However, this misses the closing backtick:

- - Edit \`index.tsx to add your presentation content.
+ - Edit \`index.tsx\` to add your presentation content.