Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@ The first time you run the CLI, a `ditto/` folder will be created if it doesn't
The default file looks like this:

```yml
projects: [],
components: {
projects: []
variants: []
components:
folders: []
},
variants: [],
outputs:
- format: json,
framework: i18next
- format: json
framework: i18next
```

For more information on configuring the CLI, see [this documentation section](https://developer.dittowords.com/cli-reference/configuration).
Expand Down