Skip to content

Commit ab3f04e

Browse files
authored
Update README.md
1 parent 760c56b commit ab3f04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = {
5757
};
5858
```
5959

60-
In this example, top level is defined by `app`, followed by two buckets, `javascript` and `css`. You can include as many `app` and `bucket` as you wish. Each `app` supports multiple buckets and each bucket supports the following configuration properties:
60+
In this example, top level is defined by `app`, followed by two buckets, `javascript` and `css`. You can include as many apps and buckets as you wish. Each app supports multiple buckets and each bucket supports the following configuration properties:
6161

6262
* `pattern`: a `glob` pattern (or array thereof) defining the files belonging to this bucket
6363
* `limit`: the maximum size all files defined by `pattern` may consume. you can use common size units like `B`, `KB`, `MB`

0 commit comments

Comments
 (0)