diff --git a/README.md b/README.md index 35e353a..70a8e1d 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,28 @@ JSON, Makefile, Markdown, nginx, Perl, PHP, PowerShell, Python, Ruby Shell session, SQL, VB.Net, Wiki markup, YML ``` -To change the theme, your favorite from https://prismjs.com and place it into `fp-plugins/syntaxhighlighter/res/`. -Then look after the block `` in `fp-plugins/syntaxhighlighter/plugin.syntaxhighlighter.php` and change the following line: +To use it (it is just 100KB instead of >500KB), you have look after +` ` in `syntaxhighlighter/plugin.syntaxhighlighter.php` and change the line +```html + ``` + +into + +```html + +``` + +To change the theme, take your favorite from https://prismjs.com and place it into `syntaxhighlighter/res/`. +Then look after the block `` in `syntaxhighlighter/plugin.syntaxhighlighter.php` and change the following line: + +```html ``` to -``` +```html ```