Skip to content

Commit

Permalink
update title levels
Browse files Browse the repository at this point in the history
  • Loading branch information
RHammond2 committed Feb 22, 2024
1 parent b03df19 commit 016fe20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

-----

# Overview
## Software Overview

- Jump to [installation instructions](#installation-and-usage).
- Demo the code by running the [example notebooks on Binder](https://mybinder.org/v2/gh/NREL/OpenOA/main?filepath=examples).
Expand All @@ -38,7 +38,7 @@ plants.
> **Warning**
OpenOA is a research software library and is released under a BSD-3 license. Please refer to the
accompanying [license file](LICENSE.txt) for the full terms. The inclusion of any algorithms and
their implementations in the code or accompanying documentation **shal not** be interpreted as an
their implementations in the code or accompanying documentation **shall not** be interpreted as an
endorsement by the authors, NREL, nor the US Government for fitness in any particular purpose or
situation. While the authors believe the software may be useful for industry practitioners, we
encourage caution, use of best practices, and engagement with trained professionals when performing
Expand Down Expand Up @@ -125,7 +125,7 @@ For further infromation about the features and citations, please see the [OpenOA
}
```

# Installation and Usage
## Installation and Usage

### Requirements

Expand All @@ -150,7 +150,7 @@ cd OpenOA
pip install .
```

You should now be able to import openoa from the Python interpreter:
You should now be able to import OpenOA from the Python interpreter:

```bash
python
Expand Down

0 comments on commit 016fe20

Please sign in to comment.