We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab056d commit 7b5ec65Copy full SHA for 7b5ec65
components/midori/hero.vue
@@ -165,7 +165,7 @@
165
<code
166
class="text-blue-500 font-mono font-medium text-lg bg-blue-200/25 dark:bg-blue-500/20 px-6 py-2.5 rounded-full"
167
>
168
- bun create elysia new-app
+ bun create elysia app
169
</code>
170
</section>
171
<p class="flex justify-center items-center gap-2 text-gray-400">
components/midori/quickstart.vue
@@ -16,7 +16,7 @@
16
17
18
19
20
21
<aside class="flex gap-4">
22
<a
0 commit comments