From 6ac0c597ef4bd85f2980e0e1b33e7b4fbaa486ff Mon Sep 17 00:00:00 2001 From: Peggy Rayzis Date: Thu, 12 Oct 2017 15:11:34 -0400 Subject: [PATCH] fix(docs): add message about AC 2.0 compat to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c884d1bd..ee234a49b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Apollo Client Devtools This repository contains the [Apollo Client Devtools Chrome extension](https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm). -The dev tools require at least `apollo-client@0.5.18`. To see component names in the query inspector, you need at least `react-apollo@0.7.1`. +If you are running Apollo Client 2.0, the dev tools require at least `apollo-client@2.0.0-rc.2` and `react-apollo@2.0.0-beta.0`. + +If you have not upgraded to 2.0 yet, the dev tools require at least `apollo-client@0.5.18`. To see component names in the query inspector, you need at least `react-apollo@0.7.1`. Features ===