diff --git a/README.md b/README.md index 673ed08cc..b9fbfffd5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ PuppeteerSharp now supports AOT compilation! Check the [PuppeteerSharp 19 releas ## Prerequisites -* Puppeteer-Sharp comes in two flavors: a NetStandard 2.0 library for .NET Framework 4.6.1 and .NET Core 2.0 or greater. and a .NET 8 version. +* Puppeteer-Sharp comes in two flavors: a NetStandard 2.0 library for .NET Framework 4.6.1 and .NET Core 2.0 or greater and a .NET 8 version. * If you have issues running Chrome on Linux, the Puppeteer repo has a [great troubleshooting guide](https://github.com/puppeteer/puppeteer/blob/master/docs/troubleshooting.md). * X-server is required on Linux.