We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8779604 commit 3127441Copy full SHA for 3127441
README.md
@@ -1,7 +1,5 @@
1
# mpdf-wrapper
2
3
-[](https://packagist.org/packages/fp/jsformvalidator-bundle)
4
-
5
This bundle allows to use mpdf library with symfony3.
6
7
@@ -31,4 +29,8 @@ public function registerBundles()
31
29
32
30
## 2 Usage<a name="p_2"></a>
33
34
-MPDF instance can be loaded with help of $this->get('symfgenus.mpdf.wrapper').
+MPDF instance can be loaded with help of
+
+```php
35
+$this->get('symfgenus.mpdf.wrapper').
36
+```
0 commit comments