From f15682ee3c9f890dfa8bca3962e9a5f3a0ffc195 Mon Sep 17 00:00:00 2001 From: Blessin George Varghese <46672514+bgrgv@users.noreply.github.com> Date: Mon, 24 May 2021 14:26:18 +0530 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 759e185..97bef7d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Generate a new Fastify project run following command fastify-app generate:project -d ``` -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.