Skip to content

Commit

Permalink
Fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Oct 31, 2024
1 parent a797e79 commit ee59ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Install with pip.
pip install ProcessScheduler==2.0.0
```

This comes with the only required dependency: the Microsoft free and open source licenses [S3 solver](https://github.com/Z3Prover/z3). If you want to take advantage of all the features, you can install optional dependencies:
This comes with the only required dependency: the Microsoft free and open source licensed [Z3-solver](https://github.com/Z3Prover/z3). If you want to take advantage of all the features, you can install optional dependencies:

```bash
pip install matplotlib plotly kaleido ipywidgets isodate ipympl psutil XlsxWriter
Expand All @@ -47,7 +47,7 @@ There are some Jupypter notebooks that can be executed online at [myBinder.org](

## Documentation

User-end documentation available at https://processscheduler.readthedocs.io/
User-end documentation available at https://processscheduler.github.io/

## Helloworld

Expand Down

0 comments on commit ee59ad7

Please sign in to comment.