Skip to content

Commit

Permalink
fix budget error and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheihuzarevich committed Jul 15, 2024
1 parent ff4b51f commit 5b23d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CallCenter Flow Example
# Graph editor with step-by-step animations

This is an example of using the [@foblex/flow](https://github.com/Foblex/f-flow) library in an Angular project.
You can use this example as a starting point for your own project.
Expand Down
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumError": "30kb"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit 5b23d0e

Please sign in to comment.