Correct powershell output on readme

This commit is contained in:
Hamcha 2020-01-21 17:30:25 +01:00
parent 1c28fddbe7
commit ae933735b4
Signed by: hamcha
GPG Key ID: 44AD3571EB09A39E
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ it will generate scripts for bash (and likely other *sh) and powershell, like:
Example output:
```ps1
$env:DB_USER = "admin"; $env:DB_PASSWORD = "changeme"
$env:DB_USER = "admin"
$env:DB_PASSWORD = "changeme"
```
Use `osenv` like this: