From e874077345deb11166f013dd1c3ea1516b5d5f82 Mon Sep 17 00:00:00 2001 From: "Daniele E. Domenichelli" Date: Mon, 25 Jun 2018 15:56:42 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5648ea0..57c9975 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ Simple cross platform plug-in system The sharedlibpp is a tiny cross-platform library to create and load shared libraries for different platform (Linux/Mac/Windows). The sharedlibpp provide an easy and portable way to create plug-ins which encapsulate your c++ classes -inside a shared library (so, dylib, dll). The original code is taken and from -[YARP](http://wiki.icub.org/yarpdoc/index.html) (Yet Another Robot Platform). -The code is simplified by removing dependencies and some helper functions are added -to report the native OS error messages on failures. +inside a shared library (so, dylib, dll). +The original code is taken and from +[YARP (Yet Another Robot Platform)](http://www.yarp.it/). +The code is simplified by removing dependencies and some helper functions are +added to report the native OS error messages on failures. Building on Linux/Mac