Skip to content

Commit bef2244

Browse files
authored
Update README.md
By default, `create=True`
1 parent 1a4151a commit bef2244

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
@@ -58,7 +58,7 @@ You can find information on the latest version [here](https://anaconda.org/conda
5858
1. From your Python code, create and load a skore project:
5959
```python
6060
import skore
61-
my_project = skore.open("my_project", create = True)
61+
my_project = skore.open("my_project")
6262
```
6363
This will create a skore project directory named `my_project.skore` in your current working directory.
6464

0 commit comments

Comments
 (0)