From 6c3707c73170733899e9b0801595f194aec1b0de Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Sun, 22 Oct 2023 00:30:26 +0200
Subject: [PATCH] Specify that the kernel is in C in README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b7cf2b1..e9b5bef 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Limine C Template
 
-This repository will demonstrate how to set up a basic x86-64 kernel using Limine.
+This repository will demonstrate how to set up a basic x86-64 kernel in C using Limine.
 
 It is recommended to cross reference the contents of this repository with [the Limine Bare Bones](https://wiki.osdev.org/Limine_Bare_Bones) OSDev wiki page.