diff --git a/docs/tutorials/tutorial-programming-c.html b/docs/tutorials/tutorial-programming-c.html index 36ce2eb..7f662b2 100644 --- a/docs/tutorials/tutorial-programming-c.html +++ b/docs/tutorials/tutorial-programming-c.html @@ -114,7 +114,7 @@
This tutorial explains how to create and run a simple program in the C programming language (using the tcc C compiler) on MontaukOS.
+This tutorial explains how to create and run a simple program in the C programming language (using the gcc compiler) on MontaukOS.
Did you know? The MontaukOS Text Editor provides syntax highlighting for C and Lua files.@@ -147,8 +147,8 @@ int main(void) {
cd Documents.tcc ' followed by your program's name, and then press enter. For example, 'tcc hello.c'.gcc ' followed by your program's name, and then press enter. For example, 'gcc hello.c'.