diff --git a/README.md b/README.md index 6393b7e..3b333a3 100644 --- a/README.md +++ b/README.md @@ -1589,7 +1589,7 @@ In Microrepo, dependencies are controlled within each repository. Businesses cho Monorepo has a standard for check-ins. Google's code review process is famously known for setting a high bar, ensuring a coherent quality standard for Monorepo, regardless of the business. Microrepo can either set its own standard or adopt a shared standard by incorporating the best practices. It can scale faster for business, but the code quality might be a bit different. -Google engineers built Bazel, and Meta built Buck. There are other open-source tools available, including Nix, Lerna, and others. +Google engineers built Bazel, and Meta built Buck. There are other open-source tools available, including Nx, Lerna, and others. Over the years, Microrepo has had more supported tools, including Maven and Gradle for Java, NPM for NodeJS, and CMake for C/C++, among others. diff --git a/images/monorepo-microrepo.jpg b/images/monorepo-microrepo.jpg index f857b09..4692f79 100644 Binary files a/images/monorepo-microrepo.jpg and b/images/monorepo-microrepo.jpg differ