Skip to content

Commit

Permalink
Remove prefix elements from README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicbi committed Mar 19, 2024
1 parent b527ac7 commit a7f3c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a7f3c86

Please sign in to comment.