Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Paulík committed Apr 21, 2013
1 parent 7752306 commit bb9f953
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Recommended installation is via Composer.

{
"require":{
"castamir/pdf-response": "@dev"
"castamir/pdf-response": ">= 1.2"
}
}

Expand All @@ -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;
Expand Down Expand Up @@ -99,7 +99,7 @@ Force file to download
}


Force file display in browser
Force file to display in a browser
---

public function actionPdf()
Expand All @@ -115,7 +115,7 @@ Force file display in browser
}


NEW: Set a pdf background easily
Set a pdf background easily
---

public function actionPdf()
Expand Down

0 comments on commit bb9f953

Please sign in to comment.