diff --git a/README.md b/README.md index 8ddc131..8c8fdab 100644 --- a/README.md +++ b/README.md @@ -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(ts, "tparnell"); -ar t = new Repository().Get(ts, "BeerIdHere"); +var t = new Repository().Get(ts, "BeerIdHere"); ``` @@ -31,7 +31,7 @@ ar t = new Repository().Get(ts, "BeerIdHere"); ## Contributing * 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. * 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