From a6f6c47d433b8a04c3343110fa92a888a633f229 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 20 Apr 2015 19:48:55 -0400 Subject: [PATCH] adjust readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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