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