Skip to content

Commit a3ce608

Browse files
committed
chore: fix readme
1 parent dae1b53 commit a3ce608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can find information on the latest version [here](https://anaconda.org/conda
6767
1. From your Python code, create and load a skore project:
6868
```python
6969
import skore
70-
my_project = skore.create("my_project", overwrite=True)
70+
my_project = skore.open("my_project", create = True)
7171
```
7272
This will create a skore project directory named `my_project.skore` in your current working directory.
7373

0 commit comments

Comments
 (0)