From fa2a7d690210804751a5f329dd6490ed659b0aa5 Mon Sep 17 00:00:00 2001 From: yallie Date: Sun, 8 Mar 2015 03:22:53 +0300 Subject: [PATCH] Added a link to the original RunSharp project at Google Code. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b29628..9c00948 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ What's that =========== Syntactic sugar improvements for the RunSharp library. -RunSharp is a nice user-friendly wrapper for Reflection.Emit API -developed by Stefan Simek and Matthew Wilson. +[RunSharp](https://code.google.com/p/runsharp/) is a nice user-friendly +wrapper for Reflection.Emit API developed by Stefan Simek and Matthew Wilson. Original RunSharp code: