From a280ebe8eed2aebfaadb5e710c3629138ab2a40c Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Tue, 22 Sep 2015 23:59:27 +0200 Subject: [PATCH] Fix categorization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c2406..55b3b88 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ ipconfig getpacket en0 defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.preferences | grep LastConnected -A 7 ``` -## Show Wi-Fi network passwords +### Show Wi-Fi network passwords ```bash security find-generic-password -ga "ROUTERNAME" | grep "password:" ```