diff --git a/examples/using-preact/README.md b/examples/using-preact/README.md index 300a5b5a..fef5b3e2 100644 --- a/examples/using-preact/README.md +++ b/examples/using-preact/README.md @@ -26,7 +26,7 @@ now ## The idea behind the example -This example uses [Preact](https://github.com/developit/preact) instead of React. It's a React like UI framework which fast and small. Here we've customized Next.js to use Preact instead of React. +This example uses [Preact](https://github.com/developit/preact) instead of React. It's a React like UI framework which is fast and small. Here we've customized Next.js to use Preact instead of React. Here's how we did it: