diff --git a/README.md b/README.md index 9f541fd9e0..e7de1ca5a4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > 🚧 Perseus is still under active development! Please use it with caution at this early stage! 🚧 -Perseus is a component-based frontend web development library for Rust with full support for SSR and SSG. It wraps the excellent lower-level systems of [Percy](https://github.com/chinedufn/percy), adding a NextJS-like API for SSR/SSG and a more React-like system for component design. +Perseus is a frontend web development library for Rust with full support for SSR, SSG, and ISR. It wraps the excellent lower-level systems of [Sycamore](https://github.com/sycamore-rs/sycamore), adding a more familiar NextJS-like API for SSR/SSG while maintaining maximum customizability. TODO