]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - plugins/wallabag/README.md
Merge pull request #1234 from virtualtam/lint
[github/shaarli/Shaarli.git] / plugins / wallabag / README.md
index 3f9305643aa7b55bcf4ec34c6f771a65a119f382..ea21a51925f33de0986a28550a167559e1406043 100644 (file)
@@ -4,19 +4,19 @@ For each link in your Shaarli, adds a button to save the target page in your [wa
 
 ### Installation
 
-Clone this repository inside your `tpl/plugins/` directory, or download the archive and unpack it there.  
+Clone this repository inside your `tpl/plugins/` directory, or download the archive and unpack it there.
 The directory structure should look like:
 
-```
+```bash
 └── tpl
     └── plugins
-        └── wallabag
-            ├── README.md
-            ├── wallabag.html
-            ├── wallabag.meta
-            ├── wallabag.php
-            ├── wallabag.php
-            └── WallabagInstance.php
+        └── wallabag
+            ├── README.md
+            ├── wallabag.html
+            ├── wallabag.meta
+            ├── wallabag.php
+            ├── wallabag.php
+            └── WallabagInstance.php
 ```
 
 To enable the plugin, you can either:
@@ -28,10 +28,10 @@ To enable the plugin, you can either:
 
 Go to the plugin administration page, and edit the following settings (with the plugin enabled).
 
-**WALLABAG_URL**: *Wallabag instance URL*  
+**WALLABAG_URL**: *Wallabag instance URL*
 Example value: `http://v2.wallabag.org`
 
-**WALLABAG_VERSION**: *Wallabag version*  
+**WALLABAG_VERSION**: *Wallabag version*
 Value: either `1` (for 1.x) or `2` (for 2.x)
 
-> Note: these settings can also be set in `data/config.json.php`, in the plugins section.
\ No newline at end of file
+> Note: these settings can also be set in `data/config.json.php`, in the plugins section.