Skip to content

Commit 9bc84d3

Browse files
🩹 fix(IndexPage): Typo fix in index page
1 parent ae37a6b commit 9bc84d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/landing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ type QueryType = z.infer<typeof querySchema>;
259259
<div className={styles.stepCard}>
260260
<h3 className={styles.stepTitle}>1. Install Yelix</h3>
261261
<pre className={styles.codeBlock}>
262-
<code>deno add yelix</code>
262+
<code>deno add jsr:@murat/yelix</code>
263263
</pre>
264264
</div>
265265

0 commit comments

Comments
 (0)