Skip to content

Commit

Permalink
feat(misc): change the nx tag line
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 18, 2021
1 parent b8584a6 commit af23cc5
Show file tree
Hide file tree
Showing 44 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

<div style="text-align: center;">

Expand All @@ -16,7 +16,7 @@

# What is Nx?

🔎 **Powerful, Extensible Dev Tools**
🔎 **Powerful and Extensible Build Framework**

### Use Intelligent Build System with Distributed Caching & Distributed Task Execution

Expand Down
4 changes: 2 additions & 2 deletions docs/angular/examples/react-and-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ And the template of the generated component will look as follows:
<img
width="300"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Powerful, Extensible Dev Tools"
alt="Nx - Powerful and Extensible Build Framework"
/>
</div>

Expand Down Expand Up @@ -323,7 +323,7 @@ Finally, we can update `app.component.html` to use our shared web component.
<img
width="300"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Powerful, Extensible Dev Tools"
alt="Nx - Powerful and Extensible Build Framework"
/>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/angular/getting-started/intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intro to Nx

Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale [Angular](/{{framework}}/angular/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more.
Nx is a powerful and extensible build framework that helps you develop, test, build, and scale [Angular](/{{framework}}/angular/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more.

## 10-Minute Nx Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/node/getting-started/intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intro to Nx

Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale [Node](/{{framework}}/node/overview) applications.
Nx is a powerful and extensible build framework that helps you develop, test, build, and scale [Node](/{{framework}}/node/overview) applications.

## 10-Minute Nx Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/react/getting-started/intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intro to Nx

Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale [React](/{{framework}}/react/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more. Nx also supports React frameworks like [Gatsby](/{{framework}}/gatsby/overview) and [Next.js](/{{framework}}/next/overview).
Nx is a powerful and extensible build framework that helps you develop, test, build, and scale [React](/{{framework}}/react/overview) applications with fully integrated support for modern libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview), [ESLint](/{{framework}}/linter/eslint), and more. Nx also supports React frameworks like [Gatsby](/{{framework}}/gatsby/overview) and [Next.js](/{{framework}}/next/overview).

## 10-Minute Nx Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/shared/monorepo-ci-azure.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Distributed CI Using Azure Pipelines

Nx is a set of powerful, extensible dev tools, and it works really well with monorepos. Monorepos provide a lot of advantages:
Nx is a set of powerful and extensible build framework, and it works really well with monorepos. Monorepos provide a lot of advantages:

- Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/monorepo-ci-jenkins.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Distributed CI Using Jenkins

Nx is a set of powerful, extensible dev tools, and it works well with monorepos. Monorepos provide a lot of advantages:
Nx is a set of powerful and extensible build framework, and it works well with monorepos. Monorepos provide a lot of advantages:

- Everything at that current commit works together. Changes can be verified across all affected parts of the organization.
- Easy to split code into composable modules
Expand Down
4 changes: 2 additions & 2 deletions nx-dev/nx-dev/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function Index() {
<div className="max-w-screen xl:max-w-screen-xl mx-auto px-5 py-5">
<div className="mt-40">
<h1 className="text-4xl sm:text-6xl lg:text-7xl leading none font-extrabold tracking-tight text-gray-900 mt-10 mb-8 sm:mt-14 sm:mb-10">
Extensible Dev Tools <br /> for Monorepos.
Powerful and Extensible Build Framework
</h1>
<p className="max-w-screen-lg text-lg sm:text-2xl sm:leading-10 font-medium mb-10 sm:mb-11">
Build full-stack applications with modern tools and reinforce best
Expand Down Expand Up @@ -152,7 +152,7 @@ export function Index() {
Frameworks Agnostic
</h2>
<p className="sm:text-lg mb-6">
Nx is a suite of powerful, extensible dev tools to help you
Nx is a powerful and extensible build framework to help you
architect, test, and build at any scale — integrating seamlessly
with modern technologies and libraries while providing a robust
CLI, caching, dependency management, and more.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started

Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale Angular applications with fully integrated support for modern libraries like Jest, Cypress, ESLint, NgRx, and more.
Nx is a powerful and extensible build framework that helps you develop, test, build, and scale Angular applications with fully integrated support for modern libraries like Jest, Cypress, ESLint, NgRx, and more.

## 10-Minute Nx Overview

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started

Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale Node applications.
Nx is a powerful and extensible build framework that helps you develop, test, build, and scale Node applications.

## Create Nx Workspace

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started

Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale with React and React frameworks like Gatsby, Next.js, React Native, etc.
Nx is a powerful and extensible build framework that helps you develop, test, build, and scale with React and React frameworks like Gatsby, Next.js, React Native, etc.

## 10-Minute Nx Overview

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nrwl/nx-source",
"version": "12.3.0",
"description": "Powerful, Extensible Dev Tools",
"description": "Powerful and Extensible Build Framework",
"homepage": "https://nx.dev",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nrwl/cli",
"version": "0.0.1",
"description": "Powerful, Extensible Dev Tools",
"description": "Powerful and Extensible Build Framework",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-nx-plugin",
"version": "0.0.1",
"description": "Powerful, Extensible Dev Tools",
"description": "Powerful and Extensible Build Framework",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-workspace/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-nx-workspace",
"version": "0.0.1",
"description": "Powerful, Extensible Dev Tools",
"description": "Powerful and Extensible Build Framework",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/devkit/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/devkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nrwl/devkit",
"version": "0.0.1",
"description": "Powerful, Extensible Dev Tools",
"description": "Powerful and Extensible Build Framework",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-nx/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/express/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-gatsby.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-gatsby.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/jest/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/linter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/nest/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/next/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-next.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-next.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/node/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/nx-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/nx/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nx",
"version": "0.0.1",
"description": "Powerful, Extensible Dev Tools",
"description": "Powerful and Extensible Build Framework",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-react.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-react.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/tao/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/tao/src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { logger, stripIndent } from '../shared/logger';
export function help() {
logger.info(
stripIndent(`
${chalk.bold('Nx - Powerful, Extensible Dev Tools')}
${chalk.bold('Nx - Powerful and Extensible Build Framework')}
${chalk.bold('Create a new project.')}
nx new ${chalk.grey(
Expand Down
2 changes: 1 addition & 1 deletion packages/web/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful, Extensible Dev Tools"></p>
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Powerful and Extensible Build Framework"></p>

{{links}}

Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nrwl/workspace",
"version": "0.0.1",
"description": "Powerful, Extensible Dev Tools",
"description": "Powerful and Extensible Build Framework",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/src/command-line/nx-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const commandsObject = yargs
.parserConfiguration({
'strip-dashed': true,
})
.usage('Powerful, Extensible Dev Tools')
.usage('Powerful and Extensible Build Framework')
.command(
'run [project][:target][:configuration] [options, ...]',
`
Expand Down
4 changes: 2 additions & 2 deletions packages/workspace/src/generators/preset/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe('AppComponent', () => {
<img
width="450"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Powerful, Extensible Dev Tools"
alt="Nx - Powerful and Extensible Build Framework"
/>
</div>
<div>Message: {{ (hello$|async)|json }}</div>
Expand Down Expand Up @@ -304,7 +304,7 @@ export const App = () => {
<img
width="450"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
alt="Nx - Powerful, Extensible Dev Tools"
alt="Nx - Powerful and Extensible Build Framework"
/>
</div>
<div>{m.message}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project was generated using [Nx](https://nx.dev).

<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="450"></p>

🔎 **Powerful, Extensible Dev Tools**
🔎 **Powerful and Extensible Build Framework**

## Quick Start & Documentation

Expand Down Expand Up @@ -98,7 +98,7 @@ This project was generated using [Nx](https://nx.dev).

<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="450"></p>

🔎 **Powerful, Extensible Dev Tools**
🔎 **Powerful and Extensible Build Framework**

## Adding capabilities to your workspace

Expand Down
2 changes: 1 addition & 1 deletion scripts/readme-fragments/what-is-nx.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## What is Nx?

🔎 **Powerful, Extensible Dev Tools**
🔎 **Powerful and Extensible Build Framework**

### Use Intelligent Build System with Distributed Caching & Distributed Task Execution

Expand Down

0 comments on commit af23cc5

Please sign in to comment.