From 7324dd5952710f57960f01a320d38a0518a43bd5 Mon Sep 17 00:00:00 2001 From: ScottIsAFool Date: Fri, 29 Nov 2013 07:58:54 +0000 Subject: [PATCH] Further update to readme (included nuget) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dfe4bda..4b77667 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ PocketWP A helper class for apps wanting to create a Pocket client, or wanting to send stuff to a pocket client on Windows Phone. For apps wanting to send items to Pocket, this provides methods to ease launching any Pocket clients that the user has installed. For Pocket client developers, this allows you to easily tap into the shared URI scheme used by other apps. +## Installation ## +This is available through nuget + +``` +Install-Package PocketWP +``` + ## Sending to Pocket Clients ## Sending to a Pocket client in its simplest form is as easy as doing: