From 082a9ae483d39965f9e92e424a3eed27655b7dad Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Tue, 1 Oct 2013 12:24:35 +0200 Subject: [PATCH] Fix style and add link to mattn's repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dedae10..de87c62 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Due to heavy differences between mruby and MRI as well as lacking modules, runni Some extensions to the standard classes/modules are provided taking the RPG Maker XP helpfile as a quasi "standard". These include Marshal, File, FileTest and Time. -**Important:** If you decide to use mattn's oniguruma regexp gem, don't forget to add -lonig to the linker flags to avoid ugly symbol overlaps with libc. +**Important:** If you decide to use [mattn's oniguruma regexp gem](https://github.com/mattn/mruby-onig-regexp), don't forget to add `-lonig` to the linker flags to avoid ugly symbol overlaps with libc. To select this backend, run `qmake BINDING=BINDING_MRUBY`