From c7c85b20ae4de42e49f2d76de7b01c485c3ce5c2 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Fri, 29 Mar 2019 12:34:59 -0400 Subject: [PATCH] README: update example names --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cad35e..13a0841 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Created a new local CA at "/Users/filippo/Library/Application Support/mkcert" The local CA is now installed in the system trust store! ⚡️ The local CA is now installed in the Firefox trust store (requires browser restart)! 🦊 -$ mkcert example.com "*.example.org" myapp.dev localhost 127.0.0.1 ::1 +$ mkcert example.com "*.example.com" example.test localhost 127.0.0.1 ::1 Using the local CA at "/Users/filippo/Library/Application Support/mkcert" ✨ Created a new certificate valid for the following names 📜 - "example.com" - - "*.example.org" - - "myapp.dev" + - "*.example.com" + - "example.test" - "localhost" - "127.0.0.1" - "::1"