diff --git a/README.md b/README.md index 24c343f..2b62bf1 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ libmraa - Low Level Skeleton Library for Communication on GNU/Linux platforms ============== -Libmraa is a C/C++ library with bindings to javascript & python to interface -with the IO on Galileo, Edison & other platforms, with a structured and sane -API where port names/numbering matches the board that you are on. Use of -libmraa does not tie you to specific hardware with board detection done at +Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to +interface with the IO on Galileo, Edison & other platforms, with a structured +and sane API where port names/numbering matches the board that you are on. Use +of libmraa does not tie you to specific hardware with board detection done at runtime you can create portable code that will work across the supported platforms.