From 62be9bf892696418cd6d59e10666344f84e44171 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Mon, 4 Dec 2023 17:58:49 -0700 Subject: [PATCH] Use localhost for Cypress CI --- README.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.adoc b/README.adoc index d30225e7..2d469113 100644 --- a/README.adoc +++ b/README.adoc @@ -46,8 +46,6 @@ endif::[] If you'd like to get right to it, the https://github.com/mraible/ng-demo[source is on GitHub]. To run the app, use `ng serve`. To test it, run `ng test`. To run its integration tests, run `ng e2e`. **** -Check out the *bonus section* at the end of this document for Angular Material, Bootstrap, Auth0, and Electron tutorials. - toc::[] == What you'll build