Skip to content

Commit 46f49d7

Browse files
authored
Update README.md
1 parent dddcccf commit 46f49d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pip install git+https://github.com/penn-cnt/CNT_Preprocessing_Toolkit.git#subdir
1313

1414
Alternatively, download or clone the toolbox into a local folder via git, switch to folder, and pip install locally:
1515
```
16-
git clone [email protected]:haoershi/CNT_research_tools.git
16+
git clone [email protected]:haoershi/CNT_Preprocessing_Toolkit.git
1717
cd CNT_research_tools/python
1818
pip install .
1919
```
@@ -54,7 +54,7 @@ Toolboxes could be installed via Adds-Ons > Get Adds-Ons.
5454

5555
Add folder _matlab_ in MATLAB working directory.
5656
```\matlab
57-
addpath(genpath('path/CNT_research_tools/matlab'));
57+
addpath(genpath('path/CNT_Preprocessing_Toolkit/matlab'));
5858
```
5959

6060
**Testing**

0 commit comments

Comments
 (0)