Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
added usage sample to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmartinez committed Aug 21, 2012
1 parent 2fe1ecc commit d33aa77
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
@@ -1,4 +1,11 @@
icndb-csharp
============

C# API Wrapper for the Internet Chuck Norris Database
C# API Wrapper for the Internet Chuck Norris Database: http://www.icndb.com/api/

```csharp
var response = ChuckNorris.API.Random(exclude: new string[] {"explicit"});
var joke = response.Result;

Console.WriteLine(joke.Text);
```

0 comments on commit d33aa77

Please sign in to comment.