Skip to content

Commit b412763

Browse files
committed
readme updated
1 parent fbdb787 commit b412763

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ The plugin check php version, php_zip, php_xml and php_gd2 library compatible or
2222

2323
How to use:
2424

25-
``if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && file_exists( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' ) ) {
25+
````
26+
if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && file_exists( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' ) ) {
2627
2728
//Include PHPExcel
2829
require_once( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' );
@@ -31,7 +32,8 @@ How to use:
3132
$objPHPExcel = new \PhpOffice\PhpSpreadsheet\Spreadsheet();
3233
3334
//do whatever you need to do
34-
}``
35+
}
36+
````
3537

3638
## Installation
3739

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== CBX PhpSpreadSheet Library ===
1+
=== CBX Taxonomy Library ===
22
Contributors: codeboxr, manchumahara
33
Requires at least: 3.5
44
Tested up to: 6.4.3

0 commit comments

Comments
 (0)