Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
docs: use rome init instead of empty config (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Jun 1, 2020
1 parent 242f03b commit 17a90fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 17a90fa

Please sign in to comment.