From cba2a156f833037de0f7aca84ae136f9f4522977 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Thu, 20 Dec 2012 19:08:18 -0500 Subject: Somehow the C (language specifier) from a code block made it into the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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"); -- cgit v1.2.3