From d27177a32eb2ec71d3fc9813e840170cbe8b37bc Mon Sep 17 00:00:00 2001 From: Edaz <46797041+edazpotato@users.noreply.github.com> Date: Fri, 15 Nov 2019 09:50:23 +1300 Subject: [PATCH] Fix some spelling errors --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a9c4b5..4979120 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The app runs in the background. When a site loaded in a U2F-compatible browser a ## Uninstalling -Unload the launchd agent +Unload the launch agent ``` $ launchctl unload ~/Library/LaunchAgents/com.github.SoftU2F.plist @@ -75,8 +75,8 @@ Some people may decide the attack scenario above is worth the usability tradeoff You must have Xcode Command Line Tools installed to build this project. ```bash -# Install Commaned Line Tools -xcode-select --install +# Install Command Line Tools +Xcode-select --install # Build softu2f.kext and SoftU2F.app. script/build