From 9dc295ef064bca83ccb0a63e10969cafcce4aad2 Mon Sep 17 00:00:00 2001
From: tomime <tomime.github@dropcut.net>
Date: Thu, 11 Aug 2016 22:55:43 +0200
Subject: [PATCH] link to nunit.org

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e26a85d0..b542ee21 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Installing
 * a working [phpenv](https://github.com/CHH/phpenv) configuration (for PHP bindings)
 * [Ruby](https://www.ruby-lang.org/) >= 1.9.3 and bundler, for the Ruby bindings
 * mono-devel and mono-mcs (>= 3.0.6) (for .NET bindings)
-* nunit (for testing .NET bindings)
+* [nunit](http://www.nunit.org/) (for testing .NET bindings)
 
 To build, type `scons`. To run the built-in test suite, type `scons test`. For a debug build, add `--variant=debug`.
 
-- 
GitLab