]> Trent Huber's Code - cbs.git/commitdiff
Use C-style comments
authorTrent Huber <trentmhuber@gmail.com>
Tue, 30 Sep 2025 00:51:02 +0000 (20:51 -0400)
committerTrent Huber <trentmhuber@gmail.com>
Tue, 30 Sep 2025 00:51:02 +0000 (20:51 -0400)
README.md

index c981fb5dd356bca9e3cc13ca1dcc58ea509c43c4..c79208e73891ccc492e24556ee073a392aa64efe 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ cbs is an extremely lightweight build system designed specifically for C project
 To build a project, you first need to create a file `build.c` which describes the build.
 
 ```c
-// build.c
+/* build.c */
 
 #include "cbs.c"