Skip to content
Snippets Groups Projects
Commit cdc8422c authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: using correct path for readme link in terminal

parent af2a1687
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ export async function createApp({
console.log(
`Now have a look at the ${terminalLink(
"README.md",
`file://${appName}/README.md`,
`file://${root}/README.md`,
)} and learn how to get started.`,
);
console.log();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment