From c9341f68addaa7eda3c1ae6ed79a8d8765263bf8 Mon Sep 17 00:00:00 2001 From: Jonah Snider Date: Mon, 1 Jun 2020 03:45:09 -0700 Subject: [PATCH] docs: use `rome init` instead of empty config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.