chore(repo): readme tweaks

This commit is contained in:
vsavkin 2021-05-26 13:42:25 -04:00
parent b2e266ac2c
commit ebffb44c04
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ That's why Nx doesn't rebuild and retest everything on every commit--<strong>it
. .
<strong>Nx</strong> partitions commands into a graph of smaller tasks. Nx then runs those tasks in parallel, <strong>Nx</strong> partitions commands into a graph of smaller tasks. Nx then runs those tasks in parallel,
and <strong>it can even distribute them across many machines without any configuration</strong>. and <strong>it can even distribute them across multiple machines without any configuration</strong>.
<strong>Nx also uses a distributed computation cache.</strong> If someone has already built or tested similar code, Nx <strong>Nx also uses a distributed computation cache.</strong> If someone has already built or tested similar code, Nx
will use their results to speed up the command for everyone else. will use their results to speed up the command for everyone else.

View File

@ -9,7 +9,7 @@ That's why Nx doesn't rebuild and retest everything on every commit--<strong>it
. .
<strong>Nx</strong> partitions commands into a graph of smaller tasks. Nx then runs those tasks in parallel, <strong>Nx</strong> partitions commands into a graph of smaller tasks. Nx then runs those tasks in parallel,
and <strong>it can even distribute them across many machines without any configuration</strong>. and <strong>it can even distribute them across multiple machines without any configuration</strong>.
<strong>Nx also uses a distributed computation cache.</strong> If someone has already built or tested similar code, Nx <strong>Nx also uses a distributed computation cache.</strong> If someone has already built or tested similar code, Nx
will use their results to speed up the command for everyone else. will use their results to speed up the command for everyone else.