Skip to content

Commit

Permalink
docs: Minor change in the README.md (#1075)
Browse files Browse the repository at this point in the history
By default, `create=True` in `open` so no need to specify it
  • Loading branch information
sylvaincom authored Jan 10, 2025
1 parent 1a4151a commit 99e505a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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.open("my_project", create = True)
my_project = skore.open("my_project")
```
This will create a skore project directory named `my_project.skore` in your current working directory.

Expand Down

0 comments on commit 99e505a

Please sign in to comment.