From f966486598a12229f3d60f586e3851fe7bfed91a Mon Sep 17 00:00:00 2001
From: Adrien Lescourt <adrien@lescourt.net>
Date: Mon, 11 Sep 2023 21:36:19 +0200
Subject: [PATCH] Update readme

---
 readme.md => README.md | 5 +++--
 pyproject.toml         | 3 ---
 2 files changed, 3 insertions(+), 5 deletions(-)
 rename readme.md => README.md (92%)
 delete mode 100644 pyproject.toml

diff --git a/readme.md b/README.md
similarity index 92%
rename from readme.md
rename to README.md
index 56e06ef..807d053 100644
--- a/readme.md
+++ b/README.md
@@ -6,7 +6,8 @@ Application to play Memory Classic with sound
 
 Clone repository locally
 
-`git clone ssh://git@ssh.hesge.ch:10572/memory/memory_app_classic.git`
+`git clone ssh://git@ssh.hesge.ch:10572/memody_ifs/memory_app_classic.git`
+
 
 ### Virtual environnement
 
@@ -32,7 +33,7 @@ This application require memory_lib to work
 
 Clone repository memory_lib
 
-`git clone ssh://git@ssh.hesge.ch:10572/memory/memory_lib.git`
+`git clone ssh://git@ssh.hesge.ch:10572/memody_ifs/memory_lib.git`
 
 Enter on folder memory_lib and install library
 
diff --git a/pyproject.toml b/pyproject.toml
deleted file mode 100644
index b055a18..0000000
--- a/pyproject.toml
+++ /dev/null
@@ -1,3 +0,0 @@
-[tool.pyright]
-venvPath = "."
-venv = "venv"
-- 
GitLab