Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit the introduction for clarity #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ packages published to [npm](https://npmjs.org) that were originally intended for
use in node but not browsers will work just fine in the browser too.

Increasingly, people are publishing modules to npm which are intentionally
designed to work in both node and in the browser using browserify and many
packages on npm are intended for use in just the browser.
designed to work in both node and in the browser. Using browserify
Copy link
Member

@stevemao stevemao Nov 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you miss "and many packages on npm are intended for use in just the browser."?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunately I don't have the same context now as I did 3 years ago when I originally made this PR so I can't really say for sure if I missed that part. What I can say is I must have thought the sentence was confusing enough to warrant a helpful drive by PR. Thanks for getting to it.

[npm is for all javascript](http://maxogden.com/node-packaged-modules.html),
front or backend alike.
front and backend alike.

# table of contents

Expand Down