Skip to content

Commit

Permalink
Polished README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaplaza committed Dec 6, 2021
1 parent f778c03 commit 0430d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ The code runs on pure python with minimal dependencies:
- `matplotlib`
- `pandas`

To use

## Install [](#install)

Expand All @@ -40,7 +39,7 @@ python -m volcanic [-h] [-version] -i [FILENAMES] [-df DFILENAMES] [-nd ND] [-v
[-rm RMARGIN] [-lm LMARGIN] [-np NPOINTS] [-d] [-is IMPUTER_STRAT] [-refill]
```

Options can be consulted using the `-h` flag.
Options can be consulted using the `-h` flag in either case.

## Examples [](#examples)

Expand Down
2 changes: 1 addition & 1 deletion volcanic/volcanic.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)
from .exceptions import InputError

if __name__ == "__main__" or __name__ == "volcanic.volcanic" :
if __name__ == "__main__" or __name__ == "volcanic.volcanic":
(
df,
nd,
Expand Down

0 comments on commit 0430d00

Please sign in to comment.