From 2d5bb44b3fda163dfa4bc3ae5eb984462580e737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 5 Mar 2020 10:23:13 +0100 Subject: [PATCH] Add "no longer maintained" warning to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1efb6ce..a5885af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # loopback-getting-started +**⚠️ This LoopBack 3 example project is no longer maintained. Please refer to [LoopBack 4 Examples](https://loopback.io/doc/en/lb4/Examples.html) instead. ⚠️** + This is the example application that accompanies the [Getting started with LoopBack](http://loopback.io/doc/en/lb3/Getting-started-with-LoopBack.html) tutorial. Follow the steps in the tutorial to create this application from scratch. NOTE: This repository has commits for each step of the tutorial, so you can pick up the tutorial at any point along the way: