Skip to content

Commit

Permalink
docs: capitalize javascript cause why not (npm#18514)
Browse files Browse the repository at this point in the history
Edited line 60, changed 'javascript' to 'JavaScript' to match line 57.

PR-URL: npm#18514
Credit: @masonpawsey
Reviewed-By: @zkat
  • Loading branch information
masonpawsey authored and zkat committed Mar 8, 2018
1 parent d70c019 commit d7ff071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/misc/npm-developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ least, you need:
use the name to specify that it runs on node, or is in JavaScript.
You can use the "engines" field to explicitly state the versions of
node (or whatever else) that your program requires, and it's pretty
well assumed that it's javascript.
well assumed that it's JavaScript.

It does not necessarily need to match your github repository name.

Expand Down

0 comments on commit d7ff071

Please sign in to comment.