Skip to content

Commit cf77575

Browse files
authored
Update README.md to fix cd sudoku_validation
One minor fix in the readme: 'cd sudoku_validationshould be changed tocd Sudoku_Validation` to match the package name. Changed conda activate sudoku-validation to conda activate sudoku_validation. Address peer review from Nour #67
1 parent 99f3590 commit cf77575

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
@@ -95,14 +95,14 @@ the Sudoku Validation package.
9595

9696
```bash
9797
git clone https://github.com/UBC-MDS/Sudoku_Validation.git
98-
cd sudoku_validation
98+
cd Sudoku_Validation
9999
```
100100

101101
#### 2. Create an Environment Using Conda
102102

103103
```bash
104104
conda env create -f environment.yml
105-
conda activate sudoku-validation
105+
conda activate sudoku_validation
106106
```
107107

108108
#### 3. Install the package in Development Mode

0 commit comments

Comments
 (0)