diff --git a/Settings.md b/Settings.md index df23cb3..3729beb 100644 --- a/Settings.md +++ b/Settings.md @@ -9,11 +9,11 @@ As example we will use a mythical plugin `metaPlugin`. Installation of other plu * Open the `plugins.ini` file from the `metamod` folder with any text editor. * * To connect the plugin `metaPlugin.dll`(or `meta Plugin.so`) write the following lines to the `plugins file.ini`: -_ For Windows versions of your server:_ +_For Windows versions of your server:_ ``` win32 addons\metaPlugin\metaPlugin.dll ``` -_ For Linux versions of your server:_ +_For Linux versions of your server:_ ``` linux addons/metaPlugin/metaPlugin.so ```