Browse Source

Fix highlighting

rexim 2 years ago
parent
commit
cf6ac891f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -25,7 +25,7 @@ int main(void)
 to decode UTF-8. If you want to avoid that you can define your custom temporary
 to decode UTF-8. If you want to avoid that you can define your custom temporary
 allocator.
 allocator.
 
 
-```console
+```c
 #include <stdio.h>
 #include <stdio.h>
 
 
 char temp[1024];
 char temp[1024];