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.