changed path to browser-esm-webpack-small

This commit is contained in:
Dan Marshall 2018-03-14 13:15:08 -07:00
parent 1044447b0a
commit 6a5991abba

View file

@ -17,8 +17,8 @@ This sample shows how to load a small subset of the editor:
To run this sample, you need to:
<pre>
$/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
</pre>
Then, <a href="./dist">open the ./dist folder</a>.