Skip to content

Commit

Permalink
fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
josueBarretogit committed Jun 5, 2024
1 parent ed78c97 commit e5d2990
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ them to your rust projects right in your terminal.
## Features


- Check out a crate documentation you can by pressing `<d>` (Opens a tab in your default web browser)
- Check out a crate crates.io page you can by pressing `<c>` (Opens a tab in your default web browser)
- Change categories with `<Tab>` or `<Shift + Tab>`
- Move up and down with either arroy keys or with `<j>` / `<k>`
- Select the crate you want to add to your project by pressing `<s>`
- Check out a crate documentation pressing `<d>` (Opens a tab in your default web browser)
- Check out a crate crates.io page pressing `<c>` (Opens a tab in your default web browser)
- Move between categories with `<Tab>` or `<Shift + Tab>`
- Move up and down with either arrow keys or with `<j>` / `<k>`
- Select the crate you want in your project by pressing `<s>`
- Select all the crates from a category by pressing `<a>`
- Select a crate with features by pressing `<f>` to select its features
- Select a crate with features by pressing `<f>` (Opens a popup where you can select the features with `<s>`)
- Add the selected crates to your rust project by pressing `<Enter>`

![features](./public/features.gif)
Expand Down

0 comments on commit e5d2990

Please sign in to comment.