From fcdbc54cc34e4b2da4d01fbbbdd8cb640f23db5f Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Sat, 2 Feb 2019 19:03:13 -0500 Subject: [PATCH] Fix a minor typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3508580..8cad35e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ mkcert is a simple tool for making locally-trusted development certificates. It $ mkcert -install 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 restart)! 🦊 +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 Using the local CA at "/Users/filippo/Library/Application Support/mkcert" ✨