Skip to content

Commit

Permalink
Merge pull request #22 from blueclock/patch-1
Browse files Browse the repository at this point in the history
Small changes to the English
  • Loading branch information
anouarabdsslm authored Feb 16, 2017
2 parents 54319e0 + 666e2c9 commit 8bfcc61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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"
}
```
##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: <a href='https://pledgie.com/campaigns/27748'><img alt='Click here to lend your support to: github and make a donation at pledgie.com !' src='https://pledgie.com/campaigns/27748.png?skin_name=chrome' border='0' ></a>

###Installation
To your `composer.json` file, add:
Add the following to your `composer.json` file:

```js
"require-dev": {
Expand Down

0 comments on commit 8bfcc61

Please sign in to comment.