Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soygul committed May 28, 2015
1 parent b5958df commit 5cb800d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cb800d

Please sign in to comment.