Fix a minor typo in the README

This commit is contained in:
Filippo Valsorda
2019-02-02 19:03:13 -05:00
parent 99e15e29f9
commit fcdbc54cc3

View File

@@ -6,7 +6,7 @@ mkcert is a simple tool for making locally-trusted development certificates. It
$ mkcert -install $ mkcert -install
Created a new local CA at "/Users/filippo/Library/Application Support/mkcert" 💥 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 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 $ mkcert example.com "*.example.org" myapp.dev localhost 127.0.0.1 ::1
Using the local CA at "/Users/filippo/Library/Application Support/mkcert" ✨ Using the local CA at "/Users/filippo/Library/Application Support/mkcert" ✨