From d4d11c7bbfd30f119e1820196332c69b11515d38 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Mon, 10 Apr 2023 14:21:28 +0300 Subject: [PATCH] Fix `README.md` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 208f8d4..0967403 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # FOSSDB -[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) -![Tests](https://github.com/kristoferssolo/FOSSDB-Web/actions/workflows/test.yml/badge.svg) +![Tests](https://github.com/kristoferssolo/FOSSDB-Web/actions/workflows/test.yml/badge.svg) +[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) FOSSDB is an open-source web application that helps users find, contribute, and collaborate on free and open-source software (FOSS) projects. @@ -33,7 +33,7 @@ python manage.py runserver ``` ## Usage -After following the installation steps, you can access the application at [https://localhost:8000](https://localhost:8000). +After following the installation steps, you can access the application at [localhost:8000](localhost:8000). Here are some of the features: - Browse projects by programming language, license, or search term - View project details, including programming languages, licenses, and descriptions