From bb9f953d064c88f97e7f333b3e1456713560cea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Paul=C3=ADk?= Date: Sun, 21 Apr 2013 03:00:24 +0300 Subject: [PATCH] typos --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index d2c9ca4..1ef0b88 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ Recommended installation is via Composer. { "require":{ - "castamir/pdf-response": "@dev" + "castamir/pdf-response": ">= 1.2" } } @@ -29,7 +29,7 @@ and add the following line to the beggining of libs/PdfResponse.php: require __DIR__ . "/mPDF/mpdf.php"; -How to create PDF from template +How to prepare PDF from template --- use PdfResponse; @@ -99,7 +99,7 @@ Force file to download } -Force file display in browser +Force file to display in a browser --- public function actionPdf() @@ -115,7 +115,7 @@ Force file display in browser } -NEW: Set a pdf background easily +Set a pdf background easily --- public function actionPdf()