From 6a5991abba8094e0c183ca0e0022d6f9ff178203 Mon Sep 17 00:00:00 2001 From: Dan Marshall Date: Wed, 14 Mar 2018 13:15:08 -0700 Subject: [PATCH] changed path to browser-esm-webpack-small --- browser-esm-webpack-small/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser-esm-webpack-small/index.html b/browser-esm-webpack-small/index.html index 698b2ca6..e3d0671f 100644 --- a/browser-esm-webpack-small/index.html +++ b/browser-esm-webpack-small/index.html @@ -17,8 +17,8 @@ This sample shows how to load a small subset of the editor: To run this sample, you need to:
-$/browser-esm-webpack> npm install .
-$/browser-esm-webpack> ./node_modules/.bin/webpack
+$/browser-esm-webpack-small> npm install .
+$/browser-esm-webpack-small> ./node_modules/.bin/webpack
 
Then, open the ./dist folder.