1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

update readme for using-preact example (#3062)

There was a missing "is" in one of the sentences.
This commit is contained in:
Simon Hänisch 2017-10-10 09:55:56 +13:00 committed by Tim Neutkens
parent c047378992
commit 7fe20ed285

View file

@ -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: