minor update to readme

This commit is contained in:
Tommy Parnell
2015-04-20 18:43:45 -04:00
parent 40595f6e8c
commit fb41317442

View File

@@ -22,6 +22,7 @@ Note: Additional parameters can be passed into the Get Method with an IDictionar
var ts = new UnAuthenticatedUntappdCredentials("key", "secret");
var t = new Repository().Get<UserDistinctBeers>(ts, "tparnell");
ar t = new Repository().Get<BeerInfo>(ts, "BeerIdHere");
```