diff --git a/README.md b/README.md index 45c6279..8ddc131 100644 --- a/README.md +++ b/README.md @@ -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(ts, "tparnell"); +ar t = new Repository().Get(ts, "BeerIdHere"); ``` diff --git a/appveyor.yml b/appveyor.yml index 77da6f0..7b682ad 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ deploy: on: branch: release - provider: NuGet - server: https://www.myget.org/F/untappd-net/api/v2 + server: https://www.myget.org/F/untappd-net/ api_key: secure: wsN6BzH8ETiXhB9SndP57mHhivqM+CVnghI/+w5XE3bI8K092Z4V4FrJixcrxKnI on: