c-first-steps

a C playground
Index Commits Files Refs README
commit 6fdd8ea29e806daf61cf64f0199967b4e00851a9
parent 6770d7ce8e4b3e0d319c340fb149c69b1fce1316
Author: Martin J. Klöckner <martin.cachari@gmail.com>
Date:   Sat, 21 Nov 2020 01:58:04 -0300

Modified README.md to match the-c-programming-language dir name

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -2,7 +2,7 @@
 
 This is a repository to store all my C files while I learn about this new language.
 
-In src/ you can find modified source code taken from the book:
+In the-c-programming-language/ you can solutions to exercices taken from the book:
 "The C programming language" - written by Brian W. Kernighan & Dennis M. Ritchie.
 
 In "c-repo/95.11" you can find "Algoritmos y programacion I" (cod. 95.11) homework,