Skip to content

Commit 44e55c9

Browse files
styflekodiakhq[bot]
authored andcommitted
Fix Aurelia Guide (#1446)
1 parent 1c73e68 commit 44e55c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/guides/deploying-aurelia-with-zeit-now.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ export const meta = {
2525

2626
Set up an Aurelia app with [`npx`](https://www.npmjs.com/package/npx) and move into the project directory, choosing the option **Default ESNext App**:
2727

28-
<Snippet dark text="npx au new && cd aurelia-app" />
28+
<Snippet dark text="npx aurelia-cli new && cd aurelia-app" />
2929
<Caption>Initializing an Aurelia app with <Link href="https://www.npmjs.com/package/npx">npx</Link> and moving into the project directory.</Caption>
3030

31-
In the `/aurelia_project/aurelia.json` file, under the `platform` key, change the output directory for the project to `public`:
31+
In the `./aurelia_project/aurelia.json` file, under the `platform` key, change the output directory for the project to `public`:
3232

3333
```diff
3434
"platform": {

0 commit comments

Comments
 (0)