From 2785a606d55829d777b4b649d8c969d35d62f21d Mon Sep 17 00:00:00 2001 From: Olof Date: Mon, 9 Mar 2020 07:01:51 +0100 Subject: [PATCH] doc: Update JDK requirement of the dashboard in README.md (#1316) * Following discussions in https://github.com/alibaba/Sentinel/issues/1315 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d635a97be9..ab17bb6bc7 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Below is a simple demo that guides new users to use Sentinel in just 3 steps. It ### 1. Add Dependency -**Note:** Sentinel requires Java 7 or later. +**Note:** Sentinel requires Java 7 or later. Java 8 is required if building the whole project or the dashboard. If your application is build in Maven, just add the following dependency in `pom.xml`.