diff --git a/README.md b/README.md index 7d98f02..e7c96c3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ plugins=( If you're not using `oh-my-zsh`, `source` the `pyautoenv.plugin.zsh` script. ```zsh -source pyauotenv.plugin.zsh +source pyautoenv.plugin.zsh ``` Add this to your `.zshrc` to activate the application permanently. @@ -56,7 +56,7 @@ Add this to your `.zshrc` to activate the application permanently. To enable the application in bash, source the bash script. ```bash -source /pyautoenv.bash +source /pyautoenv.bash ``` Add this to your `.bashrc` to activate the application permanently. @@ -75,7 +75,7 @@ like ZSH or Fish, when using `pyautoenv`. To enable the application in fish-shell, source the fish script. ```fish -source /pyautoenv.fish +source /pyautoenv.fish ``` 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. To enable the application in PowerShell, dot the `.ps1` file. ```pwsh -. \PyAutoEnv.ps1 +. \PyAutoEnv.ps1 ``` Add this to your profile to activate the application permanently.