From 22aebf784422c29c8075e8d45c0727d660e1c64b Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Tue, 23 May 2017 19:10:45 +0200 Subject: [PATCH] Fix highlighting in readme An extra quote was breaking it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 736fc31..5bcfbf6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ edbee::Edbee* tm = edbee::Edbee::instance(); // configure your paths tm->setKeyMapPath( "location/of/your/keymap/"); -tm->setGrammarPath( "location/of/your/syntaxfiles/"" ); +tm->setGrammarPath( "location/of/your/syntaxfiles/" ); tm->setThemePath( "location/of/your/themes/" ); // initialize the library