From 97cdf45e1657652a255eaaf9f30d4db50f48d125 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Wed, 15 Sep 2021 09:42:41 -0400 Subject: [PATCH] Fixed typo --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-spoof-mac-address-and-hostname-automatically-at-boot-on-macos/README.md b/how-to-spoof-mac-address-and-hostname-automatically-at-boot-on-macos/README.md index 22bf2da..b24d761 100644 --- a/how-to-spoof-mac-address-and-hostname-automatically-at-boot-on-macos/README.md +++ b/how-to-spoof-mac-address-and-hostname-automatically-at-boot-on-macos/README.md @@ -136,7 +136,7 @@ $ scutil --get HostName Gatlins-MacBook-Pro ``` -#### Hardware MAC address +#### Spoofed MAC address ```console $ ifconfig en0 | grep ether | awk '{print $2}'