Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

typo fix #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Generate a new Fastify project run following command
fastify-app generate:project -d <project-folder>
```

If `-d`, or `--directory`, option is omitted the new project will be created in curret folder. At this point further information will be asked:
If `-d`, or `--directory`, option is omitted the new project will be created in current folder. At this point further information will be asked:

- **Application Name**: the application name.
- **Description**: a short description non how the application do.
Expand Down