Skip to content

Commit

Permalink
Fix highlighting in readme
Browse files Browse the repository at this point in the history
An extra quote was breaking it
  • Loading branch information
vadi2 authored May 23, 2017
1 parent 1ff047e commit 22aebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22aebf7

Please sign in to comment.