diff --git a/README.md b/README.md index 1fa5c1cef..fca5e5849 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ You can find information on the latest version [here](https://anaconda.org/conda 1. From your Python code, create and load a skore project: ```python import skore - my_project = skore.create("my_project", overwrite=True) + my_project = skore.open("my_project", create = True) ``` This will create a skore project directory named `my_project.skore` in your current working directory.