adjust readme

This commit is contained in:
Tommy Parnell
2015-04-20 19:48:55 -04:00
parent ada5199f2a
commit a6f6c47d43

View File

@@ -22,7 +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");
var t = new Repository().Get<BeerInfo>(ts, "BeerIdHere");
```