Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed Sep 16, 2024
1 parent b226fe2 commit add7654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ type CaseStackingAffix = {
$ deno task json
```

Generate a minified json file to `output/lexicon.json`, which includes all the
Generate minified json files to `output/lexicon_{LANG}.json`, which includes all the
roots and affixes.

### `yaml`
Expand All @@ -130,5 +130,5 @@ roots and affixes.
$ deno task yaml
```

Generate a yaml file to `output/lexicon.yaml`, which includes all the roots and
Generate yaml filea to `output/lexicon_{LANG}.yaml`, which includes all the roots and
affixes.

0 comments on commit add7654

Please sign in to comment.