Skip to content

Commit

Permalink
Update performance-budgets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton authored Feb 15, 2023
1 parent 1aef80a commit 5bd2d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/docs/performance-budgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ _Schema JSON validation in IDE_
}
}
```
You can also paste the whole configuration directly as array:
You can also paste the whole configuration directly as array with `budgets`:

**./my-app-user-flows/.user-flowrc.json**
```json
{
...
"assert": {
"budgetPath": [...]
"budgets": [...]
}
}
```
Expand Down

0 comments on commit 5bd2d88

Please sign in to comment.