From 56dfbd00d930ee65acf418bf44e4c8ccab4fdee2 Mon Sep 17 00:00:00 2001 From: "Md. Almas Ali" Date: Wed, 1 May 2024 17:51:42 +0600 Subject: [PATCH] docs: Updated readme.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1711092..eddace4 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@

The Radon Programming Language

+

A general-purpose programming language, focused on simplicity, safety and stability.

+ +[Website](https://radon-project.github.io) +• +[Documentation](https://radon-project.github.io/docs) +• +[Tests](tests/) +• +[Examples](examples/) GitHub stars @@ -274,4 +283,4 @@ Before making a pull request create an issue and discuss the changes you want to ## License -This project will be licensed soon. We are still deciding on the license. We will update the license as soon as we decide on the license. +We are using GNU General Public License v3.0. You can check the license [here](LICENSE).