Skip to content

Commit 4ff7127

Browse files
Merge pull request microsoft#673 from Microsoft/whyDidIEvenMentionThis
Don't even mention the entry point for running `npm init` in the React/Webpack sample.
2 parents 39f5c2f + 99d5735 commit 4ff7127

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/tutorials/React & Webpack.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Now we'll turn this folder into an npm package.
4545
npm init
4646
```
4747

48-
You'll be given a series of prompts.
49-
You can use the defaults except for your entry point.
48+
You'll be given a series of prompts, but you can feel free to use the defaults.
5049
You can always go back and change these in the `package.json` file that's been generated for you.
5150

5251
# Install our dependencies

0 commit comments

Comments
 (0)