From 5bd2d8866e548b72b76d047848229af7f6dad82e Mon Sep 17 00:00:00 2001 From: Michael Hladky <10064416+BioPhoton@users.noreply.github.com> Date: Wed, 15 Feb 2023 14:28:02 +0100 Subject: [PATCH] Update performance-budgets.md --- packages/cli/docs/performance-budgets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/docs/performance-budgets.md b/packages/cli/docs/performance-budgets.md index be8d0f2b3..f0e5d14d0 100644 --- a/packages/cli/docs/performance-budgets.md +++ b/packages/cli/docs/performance-budgets.md @@ -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": [...] } } ```