]> git.mxchange.org Git - friendica-addons.git/blobdiff - mathjax/README.md
Twitter addon translation update THX kalon33
[friendica-addons.git] / mathjax / README.md
index 7108639a2ac9a5400b7fdc5b5b49b0a109317423..e907fadfcd3c8c0953f5c424279ec5ebcaabadad 100644 (file)
@@ -21,15 +21,21 @@ In case you want to use the CDN you can try the following URL as a quick start
        http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
 
 In case you don't want or can use the admin panel of Friendica you can activate
-the addon by adding _mathjax_ to the
+the addon by adding _mathjax_ to the list in your `config/local.config.php` file
 
-       [system]
-       addon = ...,mathjax
+    'system' => [
+        ...
+        'addon' => '...,mathjax'
+        ...
+    ]
 
-list in your config/local.ini.php file and then providing the base URL after that
+and then providing the base URL after that in the `config/mathjax.config.php` file
 
-       [mathjax]
-       baseurl = [the URL to your MathJax installation];
+       return [
+               'mathjax' => [
+                       'baseurl' => '[the URL to your MathJax installation]',
+               ],
+       ];
 
 Usage
 =====