Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: theAverageDev (Luca Tumedei) <[email protected]>
  • Loading branch information
dpanta94 and lucatume authored Nov 11, 2024
1 parent 2f074d1 commit 3fd3d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Now you can specify "group paths" in your application. This enables you to load
Config::add_group_path( 'group-path-slug', GROUP_PATH_ROOT, 'group/path/relevant/path', true );
```

**Note**: Specifying the 4th parameter of add_group_path method as true, means that all the assets that belong to the specified `group-path-slug` will have their paths prefixed with `css` or `js`.
**Note**: Specifying the 4th parameter of `add_group_path` method as `true`, means that all the assets that belong to the specified `group-path-slug` will have their paths prefixed with `css` or `js`.

For example:

Expand Down

0 comments on commit 3fd3d0f

Please sign in to comment.