diff --git a/docs/src/intro-csharp.md b/docs/src/intro-csharp.md index 6e5d96bc3a..c84b146be9 100644 --- a/docs/src/intro-csharp.md +++ b/docs/src/intro-csharp.md @@ -19,7 +19,7 @@ cd PlaywrightDemo dotnet add package Microsoft.Playwright # Build the project dotnet build -# Install required browsers +# Install required browsers - replace netX with actual output folder name, f.ex. net6.0. pwsh bin\Debug\netX\playwright.ps1 install # If the pwsh command does not work (throws TypeNotFound), make sure to use an up-to-date version of PowerShell.