From 11cc46c9420fc1b48806cd918592899eb540f6f5 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Tue, 14 May 2024 12:23:52 -0700 Subject: [PATCH] Add standalone instantiation documentation --- docs/getting-started.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 5b49fffd..b9a6c4cf 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -25,9 +25,17 @@ Here's how you create an instance of Smarty in your PHP scripts: ```php