From d2b5659078cc9430a1e3cf5cf1d5242f9b293c88 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 9 Jan 2020 08:04:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1737fd5..8e99edb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ CUI generation library for C on Windows ## Hinweis zum Installieren: -Sowohl "menu.c" als auch "menu.h" zum Projektordner hinzufügen und mit ```C#include "menu.h"``` einbinden. +Sowohl "menu.c" als auch "menu.h" zum Projektordner hinzufügen und mit ```#include "menu.h"``` einbinden. ### Anwendungsbeispiel ```C