diff --git a/README.md b/README.md index f80f1f64206..94ea034be6a 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ editor.setContent('Welcome to RoosterJs!'); 3. Compile the javascript file using webpack: -`webpack source.js editor.js` +`webpack ./source.js editor.js` 4. Navigate to editor.htm, you will see a editor shown in the page.