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:
parent
c047378992
commit
7fe20ed285
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue