]> git.mxchange.org Git - friendica-addons.git/blobdiff - mathjax/README.md
Twitter addon translation update THX kalon33
[friendica-addons.git] / mathjax / README.md
index f5a0388fe89362fbefdbd135a8894a2f8ec2bd08..e907fadfcd3c8c0953f5c424279ec5ebcaabadad 100644 (file)
@@ -29,11 +29,13 @@ the addon by adding _mathjax_ to the list in your `config/local.config.php` file
         ...
     ]
 
-and then providing the base URL after that in the `config/addon.config.php` file
+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
 =====