Skip to content

Commit 9cf78aa

Browse files
authored
Update NX.md
1 parent 59db245 commit 9cf78aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ module.exports = composePlugins(withNx(), (config) => {
341341
});
342342
```
343343

344-
You can use the Nx generate command to create a new app in the ```hatch-project/src/hatch_project/apps``` directory. Here's how:
344+
You can use the Nx generate command to create a new app (here: ```my-app```) in the ```hatch-project/src/hatch_project/apps``` directory. Here's how:
345345

346346
```
347347
$ cd hatch-project/src/hatch_project

0 commit comments

Comments
 (0)