From 97ee849bb73c5b04f3d59c1224eb00a43ce3355e Mon Sep 17 00:00:00 2001 From: Mariusz Krzaczkowski Date: Mon, 15 Oct 2018 08:17:34 +0200 Subject: [PATCH] Update README.MD --- README.MD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index a4bbe42..4a75d7f 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,6 @@ # YetiForcePDF +[![SymfonyInsight](https://insight.symfony.com/projects/2988ef66-83db-4ed9-9ba8-6fb4474566bd/big.png)](https://insight.symfony.com/projects/2988ef66-83db-4ed9-9ba8-6fb4474566bd) + ## PDF generation library for PHP (work in progress) ### example @@ -10,4 +12,4 @@ $document = (new YetiForcePDF\Document())->init(); $document->loadHtml('
hello world!
hello world2!
''); $pdfFile = $document->render(); file_put_contents('test.pdf', $pdfFile); -``` \ No newline at end of file +```