diff --git a/README.md b/README.md
index 8badfebc04a200e61d32aa24c0f0eda54fda1ae5..e164766701ea982e2eb31c02f1dc8d041d63ea3a 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ First create your new project, for exemple "project_name" in your team group
 Then in a terminal, setup your git global config
 
 ```
-git config --global user.name "Carine Rey"
-git config --global user.email "carine.rey@ens-lyon.fr"
+git config --global user.name "Firstname Name"
+git config --global user.email "Firstame.Name@ens-lyon.fr"
 ```
 
 Copy the depot template in your new project
@@ -17,7 +17,7 @@ NEW_DEPOT=git@gitbio.ens-lyon.fr:LBMC/team/project_name.git
 NEW_NAME=$(basename $NEW_DEPOT)
 NEW_NAME=${NEW_NAME/.git}
 
-git clone git@gitbio.ens-lyon.fr:crey02/minimal_git_repo.git
+git clone git@gitbio.ens-lyon.fr:LBMC/hub/minimal_git_repo.git
 git clone $NEW_DEPOT
 
 rm -fr minimal_git_repo/.git