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 ts = new UnAuthenticatedUntappdCredentials("key", "secret");
var t = new Repository().Get<UserDistinctBeers>(ts, "tparnell"); var t = new Repository().Get<UserDistinctBeers>(ts, "tparnell");
ar t = new Repository().Get<BeerInfo>(ts, "BeerIdHere"); var t = new Repository().Get<BeerInfo>(ts, "BeerIdHere");
``` ```
@@ -31,7 +31,7 @@ ar t = new Repository().Get<BeerInfo>(ts, "BeerIdHere");
## Contributing ## Contributing
* Everyone is welcome to contribute! * Everyone is welcome to contribute!
* If you are looking for something to do, look at the issues. * If you are looking for something to do, look at the issues.
* There are no special instructions, submit pull requests against the master branch. * There are no special instructions, submit pull requests against the master branch.
* Releases to nuget occur on successful release branch builds. * Releases to nuget occur on successful release branch builds.
* The only reason I do not publish on master, is because sometimes commits can just contain readme files, or unit tests changes that do not affect the nuget package * The only reason I do not publish on master, is because sometimes commits can just contain readme files, or unit tests changes that do not affect the nuget package