Skip to content

Commit

Permalink
fix(typos): in README + pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithWittmann committed Oct 22, 2023
1 parent f2ea006 commit b0049b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Lilith Wittmann <[email protected]>"]
readme = "README.md"

Expand Down

0 comments on commit b0049b3

Please sign in to comment.