From 0bc5d6eb1dd7922a0be1dfa16a2de839389d8e4b Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 22 Feb 2021 22:56:22 -0800 Subject: [PATCH] more typo fixes --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d1de3cd..10f2b09 100644 --- a/config.toml +++ b/config.toml @@ -154,7 +154,7 @@ theme = "sada" [[params.projects.list]] title = "ESP8266 Promiscuous Wifi Detection" url = "https://gitlab.com/shockrah/wifi-sens" - description = "Wifi scanning via an ESP-8266 and Arduino. At the time it was built to collect statistics on unique AMAC addresses found in a given area. Built using reverse engineered Xtensa library features in C." + description = "Wifi scanning via an ESP-8266 and Arduino. At the time it was built to collect statistics on unique MAC addresses found in a given area. Built using reverse engineered Xtensa library features in C." [[params.projects.list]] title = "Homebrew Operating system"