From 8de0764d1e19df35a681c2cf5220e7d0370c5a09 Mon Sep 17 00:00:00 2001
From: Christoph Schmidt <christoph.,schmidt@tugraz.at>
Date: Fri, 9 Feb 2024 11:09:12 +0100
Subject: [PATCH] Updated readme

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index eaf3c0e..7dd7677 100644
--- a/README.md
+++ b/README.md
@@ -13,17 +13,17 @@ or
 ```bash
 pip install PySide6 PyYAML rich
 ```
-## Installing this repo to yout project using pip
+## Installing this repo to your project using pip
 Just add the following line to your requirements.txt
 ```bash
-git+https://gitlab.tugraz.at/flexsensor-public/lasercontrol.git@<branch>
+git+https://github.com/agentsmith29/fstools.confighandler.git@<branch>
 # e.g., from branch main
-git+https://gitlab.tugraz.at/flexsensor-public/lasercontrol.git@main
+git+https://github.com/agentsmith29/fstools.confighandler.git@<branch>
 ```
 oder directly using pip (without requirements.txt)
 ```bash
 # or manually
-pip install git+https://gitlab.tugraz.at/flexsensor-public/lasercontrol.git@<branch>
+pip install git+https://github.com/agentsmith29/fstools.confighandler.git@<branch>
 ```
 ## Usage
 Example files can be found in `./examples`.
-- 
GitLab