From 4c94f3648cbc91765ac721873fa91577170f6c19 Mon Sep 17 00:00:00 2001 From: Hrishikesh Kokate Date: Wed, 3 Jun 2026 19:55:12 +0530 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb9212c1..c81a3a6c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Netlify automatically detects Angular projects and sets up the latest version of There's no further configuration needed from Netlify users. -### For Angular 19 and Angular 20 +### For Angular 19+ If you are using Server-Side Rendering you will need to install Angular Runtime in your Angular project to be able to import required utilities to successfully deploy request handler to Netlify. See [Manual Installation](#manual-installation) for installations details. See [Request handling](#request-handling) for more information about request handler.