Skip to content

Commit 06d2682

Browse files
committed
Documentation markdown fix
1 parent a7df02f commit 06d2682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ composer require phpoffice/phpspreadsheet
2929
```
3030

3131
If you are building your installation on a development machine that is on a different PHP version to the server where it will be deployed, or if your PHP CLI version is not the same as your run-time such as `php-fpm` or Apache's `mod_php`, then you might want to add the following to your `composer.json` before installing:
32-
```json lines
32+
```json
3333
{
3434
"require": {
3535
"phpoffice/phpspreadsheet": "^1.23"

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ composer require phpoffice/phpspreadsheet --prefer-source
5353
```
5454

5555
If you are building your installation on a development machine that is on a different PHP version to the server where it will be deployed, or if your PHP CLI version is not the same as your run-time such as `php-fpm` or Apache's `mod_php`, then you might want to add the following to your `composer.json` before installing:
56-
```json lines
56+
```json
5757
{
5858
"require": {
5959
"phpoffice/phpspreadsheet": "^1.23"

0 commit comments

Comments
 (0)