From d580b5e8f7584b29322250bc6e571c7caaeb05f1 Mon Sep 17 00:00:00 2001 From: michaelopgithub Date: Sun, 21 May 2017 14:37:43 +0200 Subject: [PATCH] Update README.md Fix code indentention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22edac4..62cdb10 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,6 @@ class DefaultController extends Controller return new Response($pdf->Output(), 200, array( 'Content-Type' => 'application/pdf')); - } + } } ```