diff --git a/README.md b/README.md index c354845..69eb0d6 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ NuGet: https://www.nuget.org/packages/ScreenCapture.NET ## Usage ```csharp -// Sets the DPI-awareness of the application - this is required for capturing. -DPIAwareness.Initalize(); - // Create a screen-capture service IScreenCaptureService screenCaptureService = new DX11ScreenCaptureService();