Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Oct 31, 2023
1 parent 3695f30 commit 3fbca89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ First, download the [autoenv](https://formulae.brew.sh/formula/autoenv) homebrew
$ brew install 'autoenv'
```

Then, execute run of the following to ensure autoenv is loaded when you open a terminal:
Then, execute one of the following to ensure autoenv is loaded when you open a terminal:

```sh
# For Zsh shell (on Linux or macOS)
Expand Down Expand Up @@ -91,7 +91,7 @@ First, download the [@hyperupcall/autoenv](https://www.npmjs.com/package/@hyperu
$ npm install -g '@hyperupcall/autoenv'
```

Then, execute run of the following to ensure autoenv is loaded when you open a terminal:
Then, execute one of the following to ensure autoenv is loaded when you open a terminal:

```sh
# For Zsh shell (on Linux or macOS)
Expand Down Expand Up @@ -119,7 +119,7 @@ First, clone this repository:
$ git clone 'https://github.com/hyperupcall/autoenv' ~/.autoenv
```

Then, execute run of the following to ensure autoenv is loaded when you open a terminal:
Then, execute one of the following to ensure autoenv is loaded when you open a terminal:

```sh
# For Zsh shell (on Linux or macOS)
Expand Down

0 comments on commit 3fbca89

Please sign in to comment.