Quellcode durchsuchen

README: update example names

Filippo Valsorda vor 6 Jahren
Ursprung
Commit
c7c85b20ae
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      README.md

+ 3 - 3
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"