From 5b3283fcecd1835b45a8652080cbb5ae0f1a49ab Mon Sep 17 00:00:00 2001 From: Americo Cunha <36556019+americocunhajr@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:58:45 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d40d1db..c83b53a 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ The code also includes an uncertainty quantification module, that uses a probabi To get started with **ARBO**, follow these steps: 1. Clone the repository: ```bash - git clone https://github.com/americocunhajr/HarvesterOpt.git + git clone https://github.com/americocunhajr/ARBO.git ``` 2. Navigate to the code directory: ```bash - cd HarvesterOpt/HarvesterOpt-1.0 + cd ARBO/ARBO-1.0 ``` ### Reproducibility