From ce43a2d65e64a96005fd1a574574230e6ad5800e Mon Sep 17 00:00:00 2001 From: realModusOperandi Date: Tue, 11 Jun 2019 14:34:53 -0500 Subject: [PATCH] Update statement about testing need --- README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 4830f16..7ecfcaa 100644 --- a/README.adoc +++ b/README.adoc @@ -322,10 +322,10 @@ running the following command: mvn liberty:stop-server ``` -Although this guide didn't teach you how to build logic, you will likely build logic -when you develop your own applications, and testing will become a crucial part of your -development lifecycle. If you need to write test cases, follow the official unit -testing and end-to-end testing documentation on the +Although the Angular application this guide showed you how to build is very simple, +when you build more complex Angular applications, testing will become a crucial part +of your development lifecycle. If you need to write test cases, follow the official +unit testing and end-to-end testing documentation on the https://angular.io/guide/testing[official Angular page^].