diff --git a/README.md b/README.md index 20cd9bd..9761002 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A simple (99% ES2015 less) tutorial for React Everything runs in the browser without a manual pre-compilation. +[![Book Banner](https://i.imgur.com/ZbXgQrw.png)](https://www.fullstackreact.com/react-from-zero/) + ## Create React App If you want to run the examples with [create-react-app](https://github.com/facebook/create-react-app), you have to copy the `text/babel` script parts of the examples into the `src/index.js` file of the React app you created and change the `renderTarget`s ID from `app` to `root`.