create-video 4.0.225 → 4.0.226
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/templates.js +1 -1
- package/package.json +1 -1
package/dist/templates.js
CHANGED
|
@@ -298,7 +298,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
298
298
|
repoName: 'template-code-hike',
|
|
299
299
|
description: 'Beautiful code animations',
|
|
300
300
|
longerDescription: `
|
|
301
|
-
Add code snippets and animate between them using
|
|
301
|
+
Add code snippets and animate between them using
|
|
302
302
|
<a href="https://codehike.org/">Code Hike</a>. Supports many languages,
|
|
303
303
|
TypeScript error annotations, and many themes.
|
|
304
304
|
`,
|
package/package.json
CHANGED