From 3cf34c4264fd54f5de54c258e7e3b95cf9f98926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 17 Oct 2016 13:04:39 +0200 Subject: [PATCH] Fix version info in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2ad2a4..545f1c3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # loopback-connector-remote -Remote REST API connector for [loopback-datasource-juggler](https://github.com/strongloop/loopback-datasource-juggler). +Remote REST API connector for [loopback](https://github.com/strongloop/loopback). -- The version range 2.x is compatible with LoopBack v3 and newer. +- The version range 3.x is compatible with LoopBack v3 and newer. - Use the older range 1.x for applications using LoopBack v2. ## Quick Explanation