Skip to content

Commit 192fbcf

Browse files
committed
Fix the default value of the version_format in the readme
1 parent c636b07 commit 192fbcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Here is the workaround:
5151
framework:
5252
assets:
5353
version: dummy # set a dummy version so that the package does not use the empty version
54-
54+
5555
services:
5656
assets._version__default:
5757
alias: incenteev_hashed_asset.strategy
@@ -72,7 +72,7 @@ incenteev_hashed_asset:
7272
# Format used to apply the version. This is equivalent to the
7373
# `framework > assets > version_format` of the static version strategy
7474
# of FrameworkBundle.
75-
version_format: '%%s.%%s'
75+
version_format: '%%s?%%s'
7676
```
7777
7878
## License

0 commit comments

Comments
 (0)