From 130318e4381a410f987954782a3d32750458be01 Mon Sep 17 00:00:00 2001
From: yisding <yi.s.ding@gmail.com>
Date: Mon, 13 Nov 2023 17:48:15 -0800
Subject: [PATCH] Update packages/create-llama/create-app.ts

Co-authored-by: Alex Yang <himself65@outlook.com>
---
 create-app.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-app.ts b/create-app.ts
index 4b6fb532..70d7b40d 100644
--- a/create-app.ts
+++ b/create-app.ts
@@ -102,7 +102,7 @@ export async function createApp({
   console.log(
     `Now have a look at the ${terminalLink(
       "README.md",
-      "file://${appName}/README.md",
+      `file://${appName}/README.md`,
     )} and learn how to get started.`,
   );
   console.log();
-- 
GitLab