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