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/ +