Skip to content

Commit 0fffab4

Browse files
📚 docs(README.md.jhi.client.ejs) because i got this: Unknown command: backend:start when i used this ./npmw backend:start (#32060)
1 parent a372dd1 commit 0fffab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generators/client/templates/README.md.jhi.client.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Run the following commands in two separate terminals to create a blissful develo
8080
auto-refreshes when files change on your hard drive.
8181
8282
```bash
83-
<%= nodePackageManagerCommand %> backend:start
84-
<%= nodePackageManagerCommand %> start
83+
<%= nodePackageManagerCommand %> run backend:start
84+
<%= nodePackageManagerCommand %> run start
8585
```
8686
8787
<%= clientPackageMngrName %> is also used to manage CSS and JavaScript dependencies used in this application. You can upgrade dependencies by

0 commit comments

Comments
 (0)