docs(docs): clarify what does nx add to ng cli transition (#2976)

* docs(docs): clarify what does nx add to ng cli transition

* docs(docs): change back to ing verbs

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
This commit is contained in:
Isaac Mann 2020-05-08 15:31:49 -04:00 committed by GitHub
parent cb378416da
commit 0710040e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ The `Nx CLI` also supports a lot more commands than the Angular CLI. It can run
**What does Nx add in addition to being faster?** **What does Nx add in addition to being faster?**
Here are a few tasks that are made possible by Nx.
## Using effective development practices pioneered at Google ## Using effective development practices pioneered at Google
Using Nx, you can implement monorepo-style development--an approach popularized by Google and used by many tech companies today (Facebook, Uber, Twitter, etc..). Using Nx, you can implement monorepo-style development--an approach popularized by Google and used by many tech companies today (Facebook, Uber, Twitter, etc..).