Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Fix some spelling errors #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is correct.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can confirm: is correct.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah its launchd as in launch daemon

Copy link
Contributor

@CyberFlameGO CyberFlameGO Mar 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as far as I know anyways

Unload the launch agent

```
$ launchctl unload ~/Library/LaunchAgents/com.github.SoftU2F.plist
Expand Down Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with this

xcode-select --install
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The capitalizating here is correct.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually you don't capitalize for shell commands

# Install Command Line Tools
Xcode-select --install

# Build softu2f.kext and SoftU2F.app.
script/build
Expand Down