From c26d9c67ab9c1f7485390a0f0c1d4891bee3db23 Mon Sep 17 00:00:00 2001 From: Theresa Eimer Date: Tue, 21 May 2024 17:32:40 +0200 Subject: [PATCH] fix alert blocks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 228f14640..d757bd458 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ You can install ARLBench using `pip`: pip install arlbench ``` -> **Warning**
-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] ``` @@ -72,8 +72,8 @@ Then you can install the benchmark. For the base version, use: ```bash make install ``` -> **Warning**
-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 ```