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

docs: use rome init instead of empty config #559

Merged
merged 1 commit into from
Jun 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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