From 4f4ac741ba8d39bb68ae5f76bfcd3ff822150cbe Mon Sep 17 00:00:00 2001
From: Muhammad-Hazimi-Yusri <mhby1g21@soton.ac.uk>
Date: Fri, 18 Oct 2024 12:55:23 +0100
Subject: [PATCH] added dash to edgenet360 cd command

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7393d97..19a48be 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ c. For edgenet360 (uses WSL):
 - MAKE SURE THE COMMAND BELOW ARE RUN IN WSL, from wsl, go up directory then go to /mnt/ to wherever the repo was in to access .yml
 
 ```cmd
-cd edgenet360
+cd edgenet-360
 conda env create -f tf2_new_env.yml
 ```
 - Download the weights from [here](https://gitlab.com/UnBVision/edgenet360/-/tree/master/weights?ref_type=heads) and put in edgenet360/weights folder if its not already there
-- 
GitLab