From 5cb800d2ac88599506e35cea41d5d607caa43888 Mon Sep 17 00:00:00 2001 From: Teoman Soygul Date: Thu, 28 May 2015 22:50:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2144737..f0ce032 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It can also be set up as a user feedback system (i.e. feature requests). ## Quickstart Read the quickstart here: http://www.soygul.com/nbug/ -In a typical scenario all you need is to add the NuGet package (or compile and use the `NBug.dll` directly, which is more up-to-date) and add following to your application's `Program.cs` file (assuming it is a console app): +In a typical scenario all you need is to add the NuGet package (or compile and use the `NBug.dll` directly, which is always more up-to-date) and add following to your application's `Program.cs` file (assuming it is a console app): ```csharp // Uncomment the following after testing to see that NBug is working as configured