From 2c52386c4a0e1ad176a5027152364e57a7fea213 Mon Sep 17 00:00:00 2001 From: Dominik Kundel Date: Mon, 3 Jul 2017 17:21:58 +0200 Subject: [PATCH] Fix typo in README Change 'babel' to what should be 'webpack'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a7f1ee5b..63a1cb15d 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ To customize babel simply create [```.babelrc```](https://babeljs.io/docs/usage/ #### Webpack -To customize babel create ```preact.config.js``` file which exports function that will change webpack's config. +To customize webpack create ```preact.config.js``` file which exports function that will change webpack's config. ``` /**