From 8cdc34f119434824ec6fdb0effb9312519569912 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 26 Nov 2022 00:11:32 +0100 Subject: [PATCH] small readme improvement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d27662..771d0a4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # c-basic -This Repository features C source code i wrote to learn c. Currently the most advanced program included is an +This Repository features C source code i wrote to learn the C programming language. Currently the most advanced program included is an unfinished implementation of the huffman algorithm. Some programs make use of outdated and unsafe functions such as `gets()` or `scanf()`, which **should never be used**.