From 666e2c9226b1c4b8c35fe74b45a6d2bfeadc6943 Mon Sep 17 00:00:00 2001 From: Gilbert West Date: Fri, 4 Nov 2016 17:59:00 +0100 Subject: [PATCH] Small changes to the English --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 080244e..4380270 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -If you're going to use this package with L4 , make sure to include the laravel 4 version: +If you're going to use this package with L4, make sure you include the laravel 4 version: ```js "require": { "anouar/fpdf": "1.0.1" @@ -6,13 +6,13 @@ If you're going to use this package with L4 , make sure to include the laravel 4 ``` ##laravel-Fpdf -Fpdf allows to generate PDF files . This package is the laravel package version of http://www.fpdf.org , for more information check this link http://www.fpdf.org/?lang=en +Fpdf lets you generate PDF files. This package is the laravel package version of http://www.fpdf.org , for more information check this link http://www.fpdf.org/?lang=en ##Donation : If you want to support us: Click here to lend your support to: github and make a donation at pledgie.com ! ###Installation -To your `composer.json` file, add: +Add the following to your `composer.json` file: ```js "require-dev": {