Skip to content

Commit

Permalink
fix alert blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed May 21, 2024
1 parent 4e70b56 commit c26d9c6
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 @@ -46,8 +46,8 @@ You can install ARLBench using `pip`:
pip install arlbench
```

> **Warning**<br>
If you want to use envpool environments (not currently supported for Mac!), instead choose:
> [!WARNING]
> If you want to use envpool environments (not currently supported for Mac!), instead choose:
```bash
pip install arlbench[envpool]
```
Expand All @@ -72,8 +72,8 @@ Then you can install the benchmark. For the base version, use:
```bash
make install
```
> **Warning**<br>
For the envpool functionality (not available on Mac!), instead use:
> [!WARNING]
> For the envpool functionality (not available on Mac!), instead use:
```bash
make install-envpool
```
Expand Down

0 comments on commit c26d9c6

Please sign in to comment.