From 0b505493b9846dee9e692879932e731ee229438b Mon Sep 17 00:00:00 2001 From: s-sabrau <78548684+s-sabrau@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:36:51 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6344ba..c4e3493 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To run this app locally, ensure you have the following R packages installed: Install these packages using `install.packages(c("shiny", "jsonlite", "ggplot2", "shinydashboard", "shinyFiles", "shinyjqui", "dplyr"))` in R if they are not already installed. -#Usage +# Usage Start Page: Choose JSON files to upload and view information about the uploaded files. Visualization: Visualize up to six histograms and arrange them as needed. @@ -23,7 +23,7 @@ Combined Histogram: Combine selected histograms into a single combined histogram Statistics: Display statistical information about the uploaded data. -#License +# License ...