From 8a111227ba341b48e39b936f09a57f7756670065 Mon Sep 17 00:00:00 2001 From: Alexander Jones Date: Fri, 17 Nov 2017 16:56:48 -0500 Subject: [PATCH] Update README.md (#1194) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 9283ae4740..d726b22159 100644 --- a/examples/README.md +++ b/examples/README.md @@ -9,7 +9,7 @@ An example should be as minimal as possible and consists of at least: - An `app.js` file - the entry point for an example app. - A `README.md` file containing information about, and how to run the example app. - A description of what should happen when running the example. -- A `wepack.config.js` file containing the `webpack` configuration for the example app. +- A `webpack.config.js` file containing the `webpack` configuration for the example app. ## API versus CLI