docs: fix typo README.md

This commit is contained in:
monoid 2022-02-14 08:35:57 +09:00
parent 358e0b4477
commit badedc3ab7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ If you want to create the conda env,
conda env create -f env.yaml conda env create -f env.yaml
``` ```
To prepare the data, you execute the following commands: To prepare the data, you should execute the following commands:
``` ```
python read_data.py python read_data.py
python preprocessing.py python preprocessing.py