Update README.md
diff --git a/verilog/dv/README.md b/verilog/dv/README.md
index 92a2442..4105332 100644
--- a/verilog/dv/README.md
+++ b/verilog/dv/README.md
@@ -63,7 +63,7 @@
 Run the following to pull the image: 
 
 ```
-docker pull efabless/dv:latest
+docker pull efabless/dv_setup:latest
 ```
 
 # Running Simulation
@@ -87,7 +87,7 @@
 		-e DESIGNS=$(TARGET_PATH) \
 		-e CORE_VERILOG_PATH=$(TARGET_PATH)/mgmt_core_wrapper/verilog \
 		-e MCW_ROOT=$(MCW_ROOT) \
-		efabless/dv:latest
+		efabless/dv_setup:latest
 ```
 
 Then, navigate to the directory where the DV tests reside :