Skip to content

Commit

Permalink
language tweak, fixes browserify#48
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed May 24, 2019
1 parent 16530b6 commit bc6ed15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ more.

## why concatenate

Browserify is a build step that runs on the server. It generates a single bundle
file that has everything in it.
Browserify is a build step that you can run before deploying your code. It
generates a single bundle file that has everything in it.

Here are some other ways of implementing module systems for the browser and what
their strengths and weaknesses are:
Expand Down

0 comments on commit bc6ed15

Please sign in to comment.