Skip to content

Commit a26356b

Browse files
committed
Rename client-react > client-web in README
1 parent f81c7b3 commit a26356b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ This project has [Visual Studio Code](https://code.visualstudio.com/) tasks and
9393
### Tasks
9494

9595
- **Command+Shift+B** - Runs the "build" task which builds the api/ project
96-
- **Command+Shift+T** - Runs the "test" task which runs the xUnit tests in api.test/ and Mocha/Enzyme tests in client-react.test/.
96+
- **Command+Shift+T** - Runs the "test" task which runs the xUnit tests in api.test/ and Mocha/Enzyme tests in client-web.test/.
9797

9898
### Debug Launcher
9999

100-
With the following debugger launch configs, you can set breakpoints in api/ or the the Mocha tests in client-react.test/ and have full debugging support.
100+
With the following debugger launch configs, you can set breakpoints in api/ or the the Mocha tests in client-web.test/ and have full debugging support.
101101

102102
- **Debug api/ (server)** - Runs the vscode debugger (breakpoints) on the api/ .NET Core app
103103
- **Debug client-web.test/ (Mocha tests)** - Runs the vscode debugger on the client-web.test/ Mocha tests

0 commit comments

Comments
 (0)