From 6cd3b99f475353a2ca1eab29f5ace66cce28af24 Mon Sep 17 00:00:00 2001 From: Mungai Njoroge Date: Mon, 16 Jan 2023 15:55:20 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a3548e..f8bf1cb 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Options: ### Development -This project is broken down into 2. The client and the server. The client comprises of the user interface code. This part is written in Typescript, Vue 3 and SCSS. To setup the client, checkout the [swing client repo ](https://github.com/swing-client) on GitHub. +This project is broken down into 2. The client and the server. The client comprises of the user interface code. This part is written in Typescript, Vue 3 and SCSS. To setup the client, checkout the [swing client repo ](https://github.com/geoffrey45/swing-client) on GitHub. The second part of this project is the server. This is the main part of the app that runs on your machine, interacts with audio files and send data to the client. It's written in Python 3.