diff --git a/README.md b/README.md index 2f9742c..23646ef 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ The following code will download the videos and annotations (except annotations ``` from SoccerNet.Downloader import SoccerNetDownloader as SNdl mySNdl = SNdl(LocalDirectory="path/to/SoccerNet") -mySNdl.downloadDataTask(task="spotting-ball-2023", split=["train", "valid", "test", "challenge"], password=) +mySNdl.downloadDataTask(task="spotting-ball-2024", split=["train", "valid", "test", "challenge"], password=) ``` Note that you may have to extract and merge the zip files yourself if you choose the second option.