]> prime8.dev >> repos - csc.git/commitdiff
Update README.md
authorDamian Myrda <monkey.damianek@gmail.com>
Thu, 25 Apr 2024 01:31:35 +0000 (20:31 -0500)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 01:31:35 +0000 (20:31 -0500)
README.md

index 3d561cd4813df2512358a5a264f8f70ef370612c..99295ad9300101e344d01adc1a7488a822f65d40 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# computer_science_club
-A website for Computer Science Club. It was made during a mini-hackathon.
+# Computer Science Club Website
+A website for Computer Science Club made during a mini-hackathon.
 
 ## setup
 To setup the server environment, run ```python -m venv .``` in the root of the project. Then, execute ```. ./bin/activate``` and you should be in the virtual environment. Next, run ```pip install flask schoolopy``` to install all the dependencies. Now, exit using by running ```exit```.