Edit metrics as seen at NPM/GitHub network (#4379)

master
Kostas Bariotis 2018-04-26 05:54:45 +03:00 committed by Ika
parent 37eea26acf
commit 9d5a7c7c66
1 changed files with 2 additions and 2 deletions

View File

@ -400,7 +400,7 @@ const UsersSection = ({ language }) => {
<img src="/images/npm_grey.svg" style={{ height: "100px" }} />
</a>
<div style={{ marginLeft: ".7em", width: "260px" }}>
<p>More than 800 tools and integrations on npm</p>
<p>More than 900 tools and integrations on npm</p>
<Button href="https://www.npmjs.com/browse/depended/prettier">
Install Them
</Button>
@ -415,7 +415,7 @@ const UsersSection = ({ language }) => {
<img src="/images/github_grey.svg" style={{ height: "100px" }} />
</a>
<div style={{ marginLeft: ".7em", width: "260px" }}>
<p>More than 100,000 dependent repositories on GitHub</p>
<p>More than 130,000 dependent repositories on GitHub</p>
<Button href="https://github.com/prettier/prettier/network/dependents">
Check Them Out
</Button>