From 6df137fc16d11e7bff8d30e0b03d566919a9b01c Mon Sep 17 00:00:00 2001 From: vsavkin Date: Fri, 9 Jul 2021 10:45:23 -0400 Subject: [PATCH] cleanup(repo): readme refinements --- README.md | 2 +- nx-dev/nx-dev/pages/angular.tsx | 2 +- nx-dev/nx-dev/pages/index.tsx | 6 +++--- nx-dev/nx-dev/pages/react.tsx | 2 +- scripts/readme-fragments/what-is-nx.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 78cf4bae41..4a58dc8460 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ width="100%" alt="Nx - Smart, Extensible Build Framework">

🔎 **Smart, Extensible Build Framework** -Nx is a smart and extensible build framework for monorepos to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, an advanced CLI, editor support, GitHub integration, and more. +Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, an advanced CLI, editor support, GitHub integration, and more. ### Best-in-Class Support for Monorepos diff --git a/nx-dev/nx-dev/pages/angular.tsx b/nx-dev/nx-dev/pages/angular.tsx index e4f9a8af58..efe2563945 100644 --- a/nx-dev/nx-dev/pages/angular.tsx +++ b/nx-dev/nx-dev/pages/angular.tsx @@ -251,7 +251,7 @@ export function AngularPage() {

Nx partitions commands into a graph of smaller tasks. Nx then runs those tasks in - parallel, and + parallel, and{' '} it can even distribute them across many machines without any configuration diff --git a/nx-dev/nx-dev/pages/index.tsx b/nx-dev/nx-dev/pages/index.tsx index 534c39ad46..895e2c293d 100644 --- a/nx-dev/nx-dev/pages/index.tsx +++ b/nx-dev/nx-dev/pages/index.tsx @@ -19,7 +19,7 @@ export function Index() { Nx: Smart, Extensible Build Framework Nx partitions commands into a graph of smaller tasks. Nx then runs those tasks in - parallel, and + parallel, and{' '} it can even distribute them across many machines without any configuration diff --git a/scripts/readme-fragments/what-is-nx.md b/scripts/readme-fragments/what-is-nx.md index 4fcfab21c1..02d3f75130 100644 --- a/scripts/readme-fragments/what-is-nx.md +++ b/scripts/readme-fragments/what-is-nx.md @@ -2,7 +2,7 @@ 🔎 **Smart, Extensible Build Framework** -Nx is a smart and extensible build framework for monorepos to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, an advanced CLI, editor support, GitHub integration, and more. +Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, an advanced CLI, editor support, GitHub integration, and more. ### Best-in-Class Support for Monorepos