From 57f1f9706dab57c6f2b4bd19560942ab464dc416 Mon Sep 17 00:00:00 2001 From: Nick Russler Date: Wed, 19 Aug 2020 13:39:22 +0200 Subject: [PATCH] Fix typo by changing app.json to app.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7967634..588c902 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Allows to dig deeper into your application. * You should have running Spring Boot application with enabled Spring Boot Actuator ```beans``` endpoint. -* You may need to configure Spring Beans Visualized application by modifying constants in ```app.json``` file. Most likely you have to setup your user/password and application host/port, probably Spring Boot Actuator endpoints base path. +* You may need to configure Spring Beans Visualized application by modifying constants in the ```app.js``` file. Most likely you have to setup your user/password and application host/port, probably Spring Boot Actuator endpoints base path. * Get dependencies & start _Spring Beans Visualized_ application ```