Skip to content

Commit 78be5d7

Browse files
committed
Readme updated
1 parent 7410e07 commit 78be5d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Symfony flex activates the bundles automatically. If it is not, then enable the
2828

2929
MpdfService provides many ways to use MPDF.
3030

31-
###2.1 It can generate a direct pdf response which can be served through any route.
31+
### 2.1 It can generate a direct pdf response which can be served through any route.
3232

3333
```php
3434
// /config/bundles.php
@@ -39,7 +39,7 @@ MpdfService provides many ways to use MPDF.
3939
}
4040
```
4141

42-
###2.2 It can also generate pdf content which can be saved in a variable and used.
42+
### 2.2 It can also generate pdf content which can be saved in a variable and used.
4343

4444
```php
4545
// /config/bundles.php
@@ -50,7 +50,7 @@ MpdfService provides many ways to use MPDF.
5050
}
5151
```
5252

53-
###2.3 Sometimes there is need to create multiple PDFs, MpdfService can be used as following:
53+
### 2.3 Sometimes there is need to create multiple PDFs, MpdfService can be used as following:
5454

5555
```php
5656
// /config/bundles.php
@@ -72,7 +72,7 @@ MpdfService provides many ways to use MPDF.
7272
}
7373
```
7474

75-
## 2 Usage for symfony 3<a name="p_2"></a>
75+
## 3 Usage for symfony 3<a name="p_2"></a>
7676

7777
For symfony 3, this service can be loaded as following:
7878

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-master": "2.x.x-dev"
37+
"dev-master": "3.x.x-dev"
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)