diff --git a/README.md b/README.md index 5ddc3a7..6241001 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You can customize your causy pipeline by ejecting and modifying the pipeline fil ```bash causy eject PC pc.json # edit pc.json -causy execute tests/fixtures/toy_data_larger.json --pipeline pc.json +causy execute your_data.json --pipeline pc.json ``` This might be useful if you want to use a custom algorithm or if you want to customize the pipeline of a default algorithm. diff --git a/pyproject.toml b/pyproject.toml index 50c89df..550bb37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "causy" version = "0.1.0" -description = "Causal Dicovery made easy." +description = "Causal discovery made easy." authors = ["Sofia Faltenbacher ", "Lilith Wittmann "] readme = "README.md"