From 954aab1f1b9a82afabaf0183f5a4ff9821b3035f Mon Sep 17 00:00:00 2001 From: myqlarson <myqlarson@gmail.com> Date: Wed, 30 Apr 2014 16:47:58 +1200 Subject: [PATCH] Update README: minor grammatical tweaks Minor, very minor. --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index c8c8a88..636af23 100644 --- a/README +++ b/README @@ -67,13 +67,13 @@ case of most of UNIX, these libraries are usually installed.) * * Available development environment * -Haru can work as both static-library (.a, .lib) and shared-library (.so, .dll). -When you use it as static-library, It can be used by C and a C++. -But when you use it as shared-library, it can be used by many development -languages which support shared library. -So far, Haru provides bindings for Ruby, Delphi/Free Pascal and C#. +Haru can work as both a static-library (.a, .lib) and a shared-library (.so, .dll). +When you use it as a static-library, It can be used by C and C++. +But when you use it as a shared-library, it can be used by many development +languages which support shared libraries. +So far, Haru provides bindings for Ruby, Delphi/Free Pascal, and C#. -If you write bindings for other programing languages, please notice me! +If you write bindings for other programing languages, please inform me! * * Runtime environment of programs using Haru -- 2.21.1 (Apple Git-122.3)