diff --git a/README.md b/README.md index 2164e61fd26..9abae57fd26 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To setup Rome in a project, all you need is a `rome.json` file. ```bash $ mkdir hello-world $ cd hello-world -$ echo '{}' >rome.json +$ rome init ``` This file is used to configure Rome and indicates the boundaries of your project.