From e4479f5a41de07538be5a9e101c7e8d0042e2d92 Mon Sep 17 00:00:00 2001 From: BoogMon <73052877+BoogieMonsta@users.noreply.github.com> Date: Tue, 14 May 2024 19:41:08 +0200 Subject: [PATCH] docs: improve intro paragraph for Astro integration (#1092) --- packages/astro-angular/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/astro-angular/README.md b/packages/astro-angular/README.md index ff370bc1d..8d3cabd55 100644 --- a/packages/astro-angular/README.md +++ b/packages/astro-angular/README.md @@ -1,6 +1,8 @@ # @analogjs/astro-angular -An [Angular](https://angular.dev) integration for rendering components in [Astro](https://astro.build) +[Astro](https://astro.build) is a modern web framework designed for building fast, content-focused websites, compatible with all major frontend frameworks. Though primarily a static site generation (SSG) tool, it can also integrate dynamic components called "islands", which support partial hydration. + +This package allows rendering [Angular](https://angular.dev) components as islands in Astro. ## Setup