From 92cc519448f1b08454a33f0dbd8bb93aa621c13c Mon Sep 17 00:00:00 2001 From: Milad Rahimi Date: Mon, 19 Aug 2024 14:41:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 025b17c..589650d 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ $router->dispatch(); ### Views -You might need to create a classic-style website that uses views. +You might need to create a classic-style server-side rendered (SSR) website that uses views. PhpRouter has a simple feature for working with PHP/HTML views. Look at the following example.