diff --git a/fpdf_demo b/fpdf_demo
index dabef20..9d4cde4 100755
--- a/fpdf_demo
+++ b/fpdf_demo
@@ -11,21 +11,21 @@
  */
 
 /**
- * Links:
- * - https://packagist.org/packages/itbz/fpdf
- * - http://www.fpdf.org/
- * - http://www.fpdf.org/en/doc/index.php
- * - http://www.fpdf.org/en/tutorial/index.php
- * - http://www.fpdf.org/en/tutorial/tuto6.htm (Links and flowing text)
- * - http://www.fpdf.org/en/script/index.php
- *
- * This script also requires FPDI to load PDF documents into memory
- * - https://www.setasign.com/products/fpdi/about/
- * - https://www.setasign.com/products/fpdi/manual/#p-200
- *
- * NOTE the line 'use fpdf\FPDF as FPDF;' needs to be added to the FPDI
- * library, specifically in vendor/setasign/fpdi/fpdi_bridge.php, line 19,
- * for FPDI to work
+ Links:
+  - https://packagist.org/packages/itbz/fpdf
+  - http://www.fpdf.org/
+  - http://www.fpdf.org/en/doc/index.php
+  - http://www.fpdf.org/en/tutorial/index.php
+  - http://www.fpdf.org/en/tutorial/tuto6.htm (Links and flowing text)
+  - http://www.fpdf.org/en/script/index.php
+
+ This script also requires FPDI to load PDF documents into memory
+  - https://www.setasign.com/products/fpdi/about/
+  - https://www.setasign.com/products/fpdi/manual/#p-200
+
+ NOTE the line 'use fpdf\FPDF as FPDF;' needs to be added to the FPDI
+ library, specifically in vendor/setasign/fpdi/fpdi_bridge.php, line 19,
+ for FPDI to work
 */
 
 $loader = require __DIR__ . '/vendor/autoload.php';