From ff80fa783140015e5cef29fc69a27218575aad81 Mon Sep 17 00:00:00 2001 From: Sharry Stowell Date: Fri, 6 Oct 2017 15:40:24 +0100 Subject: [PATCH 1/2] Readme: nanobox dns rm local express.dev --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 485e287..d5abbf8 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,14 @@ npm list ls ``` +## Lets clean things up + +If you want to keep this project ignore this. If not, lets clean things up by removing the DNS entry: + +``` +nanobox dns rm local express.dev +``` + ## Now What? For more details about running express apps with nanobox visit [guides.nanobox.io/nodejs/express/](https://guides.nanobox.io/nodejs/express/) From 75a67ff27eef9812b09a4de3581661edb2500846 Mon Sep 17 00:00:00 2001 From: Sharry Stowell Date: Mon, 9 Oct 2017 08:59:41 +0100 Subject: [PATCH 2/2] Updated requested changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5abbf8..0e12940 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,11 @@ npm list ls ``` -## Lets clean things up +## Clean things up _(optional)_ -If you want to keep this project ignore this. If not, lets clean things up by removing the DNS entry: +If you want to keep this project ignore this. If not, clean things up by removing the DNS entry: -``` +```bash nanobox dns rm local express.dev ```