Skip to content

Commit

Permalink
docs: editing nits
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 17, 2019
1 parent 056dc86 commit b79540e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ How do folks in the community use RFC 4122 UUIDs?
**what are the advantages to uuid being a built-in module?**

* The `uuid` module is relied on by `> 2,600,000` repos on GitHub. Guaranteeing a
secure, consistent, well-maintained `uuid` module, provides value to millions
secure, consistent, well-maintained `uuid` module provides value to millions
of developers.
* The 12 kb `uuid` module is downloaded from npm `> 62,000,000` times a month;
making it a built-in module eventually saves TBs of bandwidth globally (keeping
in mind npm continues to grow exponentially). If we continue to address user
needs, such as `uuid`, as we expand built-in modules, bandwidth numbers add up.
making it a built-in module eventually saves TBs of bandwidth globally.
If we continue to address user needs, such as `uuid`, as we expand built-in modules,
bandwidth savings add up.

## Specification

Expand Down

0 comments on commit b79540e

Please sign in to comment.