|
1 | 1 | <p align="center">
|
2 | 2 | <a href="https://preactjs.com" target="_blank">
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 | </a>
|
7 | 7 | </p>
|
|
14 | 14 | - Everything you need: JSX, <abbr title="Virtual DOM">VDOM</abbr>, React DevTools, <abbr title="Hot Module Replacement">HMR</abbr>, <abbr title="Server-Side Rendering">SSR</abbr>..
|
15 | 15 | - A highly optimized diff algorithm and seamless Server Side Rendering
|
16 | 16 | - Transparent asynchronous rendering with a pluggable scheduler
|
17 |
| -- 🆕💥 **Instant no-config app bundling with [Preact CLI](https://github.com/developit/preact-cli)** |
| 17 | +- 🆕💥 **Instant no-config app bundling with [Preact CLI](https://github.com/preactjs/preact-cli)** |
18 | 18 |
|
19 | 19 | ### 💁 More information at the [Preact Website ➞](https://preactjs.com)
|
20 | 20 |
|
|
48 | 48 | [](https://preact-slack.now.sh)
|
49 | 49 | [](#backers)
|
50 | 50 | [](#sponsors)
|
51 |
| -[](https://travis-ci.org/developit/preact) |
52 |
| -[](https://coveralls.io/github/developit/preact) |
| 51 | +[](https://travis-ci.org/preactjs/preact) |
| 52 | +[](https://coveralls.io/github/preactjs/preact) |
53 | 53 | [](https://unpkg.com/preact/dist/preact.min.js)
|
54 | 54 | [](https://packagephobia.now.sh/result?p=preact)
|
55 | 55 |
|
@@ -161,7 +161,7 @@ Preact supports modern browsers and IE9+:
|
161 | 161 |
|
162 | 162 | > 💁 _**Note:** You [don't need ES2015 to use Preact](https://github.com/developit/preact-in-es3)... but give it a try!_
|
163 | 163 |
|
164 |
| -The easiest way to get started with Preact is to install [Preact CLI](https://github.com/developit/preact-cli). This simple command-line tool wraps up the best possible Webpack and Babel setup for you, and even keeps you up-to-date as the underlying tools change. Best of all, it's easy to understand! It builds your app in a single command (`preact build`), doesn't need any configuration, and bakes in best-practises 🙌. |
| 164 | +The easiest way to get started with Preact is to install [Preact CLI](https://github.com/preactjs/preact-cli). This simple command-line tool wraps up the best possible Webpack and Babel setup for you, and even keeps you up-to-date as the underlying tools change. Best of all, it's easy to understand! It builds your app in a single command (`preact build`), doesn't need any configuration, and bakes in best-practises 🙌. |
165 | 165 |
|
166 | 166 | The following guide assumes you have some sort of ES2015 build set up using babel and/or webpack/browserify/gulp/grunt/etc.
|
167 | 167 |
|
|
0 commit comments