Skip to content

Commit 57ce6d3

Browse files
committed
Merge branch 'dev-master': Fix GIF not found
2 parents 12a36fe + b8a64b0 commit 57ce6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
[![PSR-12](https://img.shields.io/badge/Standard-PSR--12-%2326A69A.svg)](https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md)
1010
[![MIT](https://img.shields.io/badge/License-MIT-%2300C853.svg)](https://github.com/h4kst3r/php-awesome-snippets/blob/master/LICENSE)
1111

12-
[![SemVer](https://img.shields.io/badge/SemVer-1.1.1-%23B71C1C.svg)](https://github.com/h4kst3r/php-awesome-snippets/blob/master/CHANGELOG.md)
12+
[![SemVer](https://img.shields.io/badge/SemVer-1.1.2-%23B71C1C.svg)](https://github.com/h4kst3r/php-awesome-snippets/blob/master/CHANGELOG.md)
1313

1414
This [VScode extension](https://marketplace.visualstudio.com/items?itemName=hakcorp.php-awesome-snippets) provide a fullset of snippets for PHP devs. It's pretty simple !
1515

1616
You can use it to avoid wasting time typing Class blocks, function signatures or other common PHP statements.
1717

18-
![Demo PHP Awesome Snippets](https://github.com/h4kst3r/php-awesome-snippets/blob/master/img/snipdemo.gif)
18+
![Demo PHP Awesome Snippets](img/snipdemo.gif)
1919

2020
The code generated is as compliant as possible with [PSR-1](https://www.php-fig.org/psr/psr-1/), [PSR-2](https://www.php-fig.org/psr/psr-2/) and [PSR-12](https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md) (*Review* stage) coding standard provided by [PHP-FIG](https://www.php-fig.org/).
2121

0 commit comments

Comments
 (0)