Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/first-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm i -g @intentjs/cli
intent new my-project
```

Once this command has ran, move to the directory `new-sample-app` and open it inside your fav code editor.
Once this command has ran, move to the directory `my-project` and open it inside your fav code editor.

You can read more about the directory structure [here](https://tryintent.com/docs/directory-structure).

Expand Down Expand Up @@ -117,4 +117,4 @@ To do so, you can make use of the following commands
```ts
$ node intent build
$ node dist/app/main.js
```
```