Skip to content

Commit a7479aa

Browse files
README.md, Fix Nx bugs
1 parent 53486fb commit a7479aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ nx run host:serve:development
251251
In this example, `host` is the name of the host application.
252252

253253
**NOTE:** At the moment, there is a bug in the Nx Build process that causes the build to fail.
254-
See [Fix the Nx Bug for Build Error](#fix-the-nx-bug-for-build-error)
254+
See [Fix the Nx Build Error Bug](#fix-the-nx-build-error-bug)
255255

256256
In the Run console output, it should include the browser address.
257257

@@ -370,8 +370,8 @@ nx run remote3:serve:development
370370

371371
In this example, `remote3` is the name of the React remote application.
372372

373-
**NOTE:** At the moment, there is a bug in the Nx Build process that causes the build to fail.
374-
See [Fix the Nx Bug for Build Error](#fix-the-nx-bug-for-build-error)
373+
**NOTE:** At the time of this writing, there is a bug in the Nx Build process that causes the build to fail.
374+
See [Fix the Nx Build Error Bug](#fix-the-nx-build-error-bug)
375375

376376
Look in the Run console output for the browser address.
377377
In this case, it is:

0 commit comments

Comments
 (0)