fix documentation error

This commit is contained in:
Mathias Kresin 2015-12-09 20:01:26 +01:00
parent e54c5eaa0c
commit 03a203ae3b
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ All information are available from the page **preferences > api**.
Multiple databases/users
------------------------
Multiple databases can be used with the Fever API if you have Apache and the `mod_rewrite` enabled.
Multiple databases can be used with the Fever API if you have Apache and `mod_rewrite` enabled.
The Fever URL becomes `http://your_miniflux_url/myuser.sqlite/`.
The Fever URL becomes `http://your_miniflux_url/fever/mydatabase.sqlite/`.
Notes
-----