Skip to content

Commit a71f4bb

Browse files
committed
fix readme
1 parent fa328a4 commit a71f4bb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ Helper function which fixing visitors browser cache issue after your changes at
77
![Source code](./doc/source_code.png)
88

99
You can also use this function for your custom files (CSS / JS, images, ...) like this:
10-
``
10+
11+
```
1112
<link href="<?php echo versionNumber($style['href']); ?>" type="text/css" rel="<?php echo $style['rel']; ?>
12-
``
13+
```
1314

1415
## Installation
1516

1617
1. Requiring installed [vQmod](https://github.com/vqmod/vqmod) because vQmod doesn't support installing via composer itself.
17-
2. `composer require burdapraha/oc_version_number dev-master`
18-
3. `composer require sasedev/composer-plugin-filecopier` for files manipulating
19-
4. Add this code to your composer.json project file, extra section:
18+
2. 💲 `composer require burdapraha/oc_version_number dev-master`
19+
3. 💲 `composer require sasedev/composer-plugin-filecopier` for files manipulating
20+
4. Add this code to your 🎵 composer.json project file, extra section:
2021

2122
```
2223
"extra": {
@@ -33,4 +34,4 @@ You can also use this function for your custom files (CSS / JS, images, ...) lik
3334
It will move vQmod xml file to correct folder.
3435

3536
5. optionally you can add row to your `.gitignore` file with path to svg.xml (example: upload/vqmod/xml/oc_version_number.xml)
36-
6. celebrate!
37+
6. celebrate! 🎉 🎉 🎉

0 commit comments

Comments
 (0)