From 57aa4a3c2cba7ab9f0771192fe590a3d6f63e090 Mon Sep 17 00:00:00 2001 From: David East Date: Fri, 12 Aug 2016 16:39:40 -0700 Subject: [PATCH] chore(docs): Update README for next releases --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe7ba29fe..552ca81bb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Status: Beta ## Install ```bash -npm install angularfire2 firebase --save +npm install firebase angularfire2 --save +# Or install the pre-release for RC5 +npm install firebase angularfire2@next --save ``` ## Example use: