Skip to content

Commit 59db245

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ module.exports = composePlugins(withNx(), (config) => {
344344
You can use the Nx generate command to create a new app in the ```hatch-project/src/hatch_project/apps``` directory. Here's how:
345345

346346
```
347-
$ cd /hatch-project/src/hatch_project
348-
$npx nx g @nx/react:app my-app --directory=apps/my-app
347+
$ cd hatch-project/src/hatch_project
348+
$ npx nx g @nx/react:app my-app --directory=apps/my-app
349349
```
350350

351351
Or if you want to create it from the root directory:

0 commit comments

Comments
 (0)