aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 94fb949..c214582 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ need to do the following:
before the `}`. Change the language name and tags, and update the `cmplen`
to be the length of the `START` tag. For the example of German, you would
use `cmplen= 11;`, because that's the length of `STARTGERMAN`:
- ```C
+ ```
case GERMAN:
strcpy(start, "STARTGERMAN");
strcpy(end, "ENDGERMAN");