From aeb7745bb04104a3d52ee5430c5409cf28a9bde1 Mon Sep 17 00:00:00 2001
From: ADITYA Chetan <chetan.aditya@inria.fr>
Date: Thu, 29 Jul 2021 15:36:07 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4e37911..a8cb085 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 The following is a guide to the code and data used for data analysis, model simulation and figure generation.
 
-Raw and processed data analyzed via jupyter notebooks
+**Raw and processed data analyzed via jupyter notebooks**
     The code for analysis of raw timeseries bioreactor data( present in the form of CSVs for ODs, dilutions, and
     single cell fluorescence) was developed in Python. The data can be loaded as a reactordata object. 
     All the functions used for analysis utilise this class.
@@ -19,7 +19,7 @@ Raw and processed data analyzed via jupyter notebooks
     SciPy 1.6.3
     SciKit 0.24.2
     tkinter 8.6
-Matlab data and simulation code
+**Matlab data and simulation code**
     Raw timeseries data was processed to obtain relevant information in individualized matlab files that were
     used to paramterize the stochastic differentiation model and simulate the dynamics given the light sequence
     (included as csv files).
-- 
GitLab