diff --git a/README.md b/README.md index 9c2beb0..9d3156b 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,7 @@ Next you will see something that looks like this... If one or more of the unit tests do not pass then there will be a red mark next to the unit test description and an error printout at the end of the test list (the list above). **Note**
-The server script and the unit test command can run at the same time. Unit tests run on a separate port than the server main API server so you can auto run unit test live while developing. Very nice. +The server script and the unit test command can run at the same time. Unit tests run on a separate port than the main API server so you can auto run unit test live while developing. Very nice. ---