From 189e344ad80d2a2093f48ceff863a2eb9e4ea769 Mon Sep 17 00:00:00 2001 From: Amir Malik Date: Fri, 9 Dec 2011 12:01:17 -0800 Subject: [PATCH] Add warning about master instability. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a5baf8..bf0c732 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # OAuth 2 Provider for Connect & Express +WARNING: If you're using this module via npm, be sure to use a specific +version in your `package.json` since until this module reaches 1.x there +will be breaking changes in both npm and master. Stable releases are +tagged on GitHub, so use those versions to pull down a specific one from +npm. + This is a node.js module for implementing OAuth2 servers (providers) that support server-side (code) and client-side (token) OAuth flows.