diff --git a/README.md b/README.md index 85f6db6..50c5453 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [Install.ps1](https://git.wnd.sh/n/PSGraylog/raw/branch/main/Install.ps1) file before running it? c: ```pwsh $URI = "https://git.wnd.sh/n/PSGraylog/raw/branch/main/Install.ps1" - $URI | Invoke-RestMethod | Invoke-Expression + Invoke-RestMethod $URI | Invoke-Expression ``` 2. Next, import the module into your environment. You should be prompted to set up your Graylog host, and your credentials. (Note that you can always re-run this with `Initialize-GraylogServiceVault` later if you wish)