diff --git a/README.md b/README.md
index ad1e21db4fb248b4591581c4522e8dd4ee332f97..c71fa691652ee4b3d9bd6844e32a8bdc5ee6438e 100644
--- a/README.md
+++ b/README.md
@@ -75,10 +75,10 @@ mkdir -p $MISTRAL_MODEL
 Download any of the above links and extract the content, *e.g.*:
 
 ```sh
-export M7B_DIR=$MISTRAL_MODEL/12B_Nemo
+export 12B_DIR=$MISTRAL_MODEL/12B_Nemo
 wget https://models.mistralcdn.com/mistral-nemo-2407/mistral-nemo-instruct-2407.tar
 mkdir -p $12B_DIR
-tar -xf mistral-nemo-instruct-v0.1.tar -C $12B_DIR
+tar -xf mistral-nemo-instruct-2407.tar -C $12B_DIR
 ```
 
 or