Updated readme

This commit is contained in:
Darth Affe 2021-11-24 21:04:08 +01:00
parent 0d8284f682
commit e9d09277de

View File

@ -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();