From 25b17afc550fb818f6413d7a22965f45c33e0739 Mon Sep 17 00:00:00 2001 From: DrNickRedfern <71695111+DrNickRedfern@users.noreply.github.com> Date: Mon, 19 Apr 2021 18:59:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 994313b..8a2a9fc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Movie barcodes are a commonly used method of visualizing colour in motion pictur ![escape_room](/images/escape_room_unsmoothed.png) -The goal of MovieBarcodeAnalyzeR is to open up computational approaches to analyzing colour in the cinema to users with no experience of using the statistical programming language R. With this app you can upload your movie barcode, extract and download data, and produce a range of visualizations and summaries in just a few minutes with no coding required. +The goal of **MovieBarcodeAnalyzeR** is to open up computational approaches to analyzing colour in the cinema to users with no experience of using the statistical programming language R. With this app you can upload your movie barcode, extract and download data, and produce a range of visualizations and summaries in just a few minutes with no coding required. ## Pre-requisties There are four things you will need in order to use **MovieBarcodeAnalyzeR**: R, Rstudio, a collection of R packages, and the code to initialise the app. All of the software and code required to run the app is freely available.