From ab10c20f5312195c1aedb865447c26a86d931884 Mon Sep 17 00:00:00 2001 From: Mohammad Zulfahmi Date: Mon, 22 Jan 2024 09:42:53 +0700 Subject: [PATCH] Update README.md --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 42b4591..0ace5d1 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,10 @@

Diwa: unofficiall Distrowatch API

-Diwa is an open-source project and simple unofficial API from [Distrowatch](https://distrowatch.com/) site to get some public data of open-source operation systems like Linux, BSD, etc. - -# Demo -[Demo!](https://diwa.herokuapp.com/api/v2) - -# Docs -[Docs!](https://diwa.herokuapp.com/docs) +Diwa is an open-source project and simple unofficial API from the [Distrowatch](https://distrowatch.com/) site to get some public data of open-source operation systems like Linux, BSD, etc. # Installation -If you want to add this project in your own machine, you can install this project by following the step below +If you want to add this project to your machine, you can install this project by following the steps below Clone or download this repository ```shell @@ -36,11 +30,14 @@ $ php artisan key:generate $ php artisan serve ``` +# Docs +Go to `/docs` + # Showcase -If you use this API to your project application, you can register your project in this showcase below : +If you use this API for your project application, you can register your project in this showcase below : # Contribution -Want to make this project better? You can contribute this project, I am very open if there are contributions to this project. +Want to make this project better? You can contribute to this project, I am very open if there are contributions to this project. # License [MIT License](./LICENSE)