From 4287317ec0060cb2579a13b7c0bfd116a84874fb Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 21 Apr 2020 10:47:10 +0300 Subject: [PATCH] text corrections Co-Authored-By: Vadim Peretokin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54952765..3d5ec3b9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ dotnet add package Qml.Net.OSXBinaries dotnet add package Qml.Net.LinuxBinaries ``` -**Note for Linux users**: Package `libc6-dev` is required to be installed because it contains `libdl.so` that needed to work +**Note for Linux users**: Package `libc6-dev` is required to be installed because it contains `libdl.so` that is needed. # Examples Checkout the [examples](https://github.com/qmlnet/qmlnet-examples) on how to do many things with Qml.Net.