Skip to content

Commit

Permalink
Minor readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
david-tejada committed May 7, 2022
1 parent 5f32150 commit 9b397b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The downside of this method is that you have to do that every time you want to u
- Build: `npm run build`
- Go to [chrome://extensions/](chrome://extensions/), enable `developer mode`, click `load unpacked`, go into the `dist` folder that you just build and click open.

Once you have done this in order to update you just have to:
Once you have done this, in order to update, you just have to:

- Update your repo: `git pull`
- Install with npm: `npm install`
Expand All @@ -52,7 +52,7 @@ It's possible that you see some errors after adding the extension manually, just

## Usage

There are two modes: direct and explicit clicking. To switch between them you have to used the command `rango direct` or `rango explicit`.
There are two modes: direct and explicit clicking. To switch between them you have to use the command `rango direct` or `rango explicit`.

### Direct Clicking

Expand Down

0 comments on commit 9b397b7

Please sign in to comment.