diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2013-02-22 18:36:14 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2013-02-22 18:36:14 +0200 |
commit | 1c681abfbaa6eac4ebac62f68c941d953c704afa (patch) | |
tree | 9243a1916d7b2b87c3a5c81b39bf102498b98bce /README.md | |
parent | 46784a26b3f462a6d8ac77c6c3f60f93fc2ba22e (diff) | |
download | pf4j-1c681abfbaa6eac4ebac62f68c941d953c704afa.tar.gz pf4j-1c681abfbaa6eac4ebac62f68c941d953c704afa.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -162,8 +162,8 @@ I want to go only with one extension ( **1:1** relation between extension point 1) uninstall Plugin1 or Plugin2 (remove folder pluginX.zip and pluginX from plugins folder) 2) disable Plugin1 or Plugin2 -For option two you must create a simple file enabled.txt or disabled.txt in your plugins folder. -The content for enabled.txt is similar with: +For option two you must create a simple file **enabled.txt** or **disabled.txt** in your plugins folder. +The content for **enabled.txt** is similar with: ######################################## # - load only these plugins @@ -172,7 +172,7 @@ The content for enabled.txt is similar with: ######################################## welcome-plugin -The content for disabled.txt is similar with: +The content for **disabled.txt** is similar with: ######################################## # - load all plugins except these |