From 53c67f9ecb9912d47388186c6f86408903375492 Mon Sep 17 00:00:00 2001 From: lukmi15 Date: Sun, 28 Jul 2024 10:24:48 +0200 Subject: [PATCH] added PHP end tag to example in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11bcd1525c..76d5eab7a7 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ $objWriter->save('helloWorld.html'); /* Note: we skip RTF, because it's not XML-based and requires a different example. */ /* Note: we skip PDF, because "HTML-to-PDF" approach is used to create PDF documents. */ +?> ``` More examples are provided in the [samples folder](samples/). For an easy access to those samples launch `php -S localhost:8000` in the samples directory then browse to [http://localhost:8000](http://localhost:8000) to view the samples.