Skip to content

Commit b46afb1

Browse files
Merge pull request #27 from pmareke/patch-1
fix typo in README
2 parents 6abaaba + ad5103a commit b46afb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ plugins=(
4141
If you're not using `oh-my-zsh`, `source` the `pyautoenv.plugin.zsh` script.
4242

4343
```zsh
44-
source pyauotenv.plugin.zsh
44+
source pyautoenv.plugin.zsh
4545
```
4646

4747
Add this to your `.zshrc` to activate the application permanently.
@@ -56,7 +56,7 @@ Add this to your `.zshrc` to activate the application permanently.
5656
To enable the application in bash, source the bash script.
5757

5858
```bash
59-
source <path to pyauotenv>/pyautoenv.bash
59+
source <path to pyautoenv>/pyautoenv.bash
6060
```
6161

6262
Add this to your `.bashrc` to activate the application permanently.
@@ -75,7 +75,7 @@ like ZSH or Fish, when using `pyautoenv`.
7575
To enable the application in fish-shell, source the fish script.
7676

7777
```fish
78-
source <path to pyauotenv>/pyautoenv.fish
78+
source <path to pyautoenv>/pyautoenv.fish
7979
```
8080

8181
Add this to your `config.fish` file to activate the application permanently.
@@ -90,7 +90,7 @@ Add this to your `config.fish` file to activate the application permanently.
9090
To enable the application in PowerShell, dot the `.ps1` file.
9191

9292
```pwsh
93-
. <path to pyauotenv>\PyAutoEnv.ps1
93+
. <path to pyautoenv>\PyAutoEnv.ps1
9494
```
9595

9696
Add this to your profile to activate the application permanently.

0 commit comments

Comments
 (0)