From 85d1c43fb440f5585f823455d75e9c225bc46e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Esser?= Date: Sat, 18 Jun 2022 18:23:38 +0100 Subject: [PATCH] fixes small typos in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e1cae0..93b5abb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ using (var app = new WindowsAppFriend(process)) grid.GetCellTexts(0, 0, 2, 4); //get cell object. - //it can use for serializasble objects. + //it can use for serializable objects. grid.GetCellObjects(0, 0, 2, 4); grid.GetCellObject(1, 2); @@ -87,3 +87,4 @@ https://www.nuget.org/packages/Friendly.FarPoint/ If you use PinInterface, you map control simple. https://www.nuget.org/packages/VSHTC.Friendly.PinInterface/ +