Skip to content

Commit

Permalink
chore: fix mistakes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca authored Mar 25, 2024
1 parent 4fbc83d commit 1ccca32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

<p align="center">Work in every JSX Framework.</p>

- [At glance](#at-a-glance)
- [How it works?](#how-does-it-work)
- [At a glance](#at-a-glance)
- [How does it work?](#how-does-it-work)
- [Quick Start](#quick-start)
- [Install](#install)
- [Use it in `Bun.build`](#use-it-in-bunbuild)
Expand All @@ -40,7 +40,7 @@
- [Contributing](#contributing)
- [License](#license)

## At a Glance
## At a glance

`prerender-macro` plugin allows [Partial Prerendering](https://aralroca.com/blog/partial-prerendering) (PPR) to make hybrid pages between dynamic and static components, avoiding the rendering in runtime of the static ones, this rendering is done in build-time thanks to Bun's macros.

Expand Down

0 comments on commit 1ccca32

Please sign in to comment.