소스 검색

changed path to browser-esm-webpack-small

Dan Marshall 7 년 전
부모
커밋
6a5991abba
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      browser-esm-webpack-small/index.html

+ 2 - 2
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:
 
 <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>.