From a7f3c86344f0712b658c43e015ce63eb94f1cba2 Mon Sep 17 00:00:00 2001 From: Vicky Bikia Date: Tue, 19 Mar 2024 11:58:33 -0700 Subject: [PATCH] Remove prefix elements from README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d9b3b7d..d2e466b2 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ Once the notebook is open in Colab, execute the following cell to clone the Spez ```python # Clone GitHub repository for Spezi ECG Data Pipeline -!git clone https://github.com/StanfordBDHG/PediatricAppleWatchStudy.git -%cd PediatricAppleWatchStudy/ECGDataPipeline +git clone https://github.com/StanfordBDHG/PediatricAppleWatchStudy.git +cd PediatricAppleWatchStudy/ECGDataPipeline ``` Remember to upload the `serviceAccountKey_file.json` to the Colab workspace directory to enable Firebase access. This file is necessary for authentication and should be securely handled.