diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-06 23:00:58 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-06 23:00:58 -0500 |
commit | 7f3bf38e8db9288d92f2864be4f66b14adf80971 (patch) | |
tree | 57c5d31876ba50c1674736493f58d9ab4e59474b /doc/recommended-configuration.markdown | |
parent | 5c84996ee7140e2cff1d8e18fb9482e8a4c020a8 (diff) |
Fix typo in documentation
Diffstat (limited to 'doc/recommended-configuration.markdown')
-rw-r--r-- | doc/recommended-configuration.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/recommended-configuration.markdown b/doc/recommended-configuration.markdown index 35ed652d..dccbc81d 100644 --- a/doc/recommended-configuration.markdown +++ b/doc/recommended-configuration.markdown @@ -4,9 +4,9 @@ Recommended Configuration Server side ----------- -- Modern Linux/Unix operating system: **Ubuntu/Debian or FreeBSD** -- Most recent version of PHP and Apache (Kanboard is compatible with PHP 5.3, 5.4, 5.5, 5.6 and 7.0) -- Use the Sqlite database only when you have a disk with fast I/O (SSD disks) otherwise use Mysql or Postgresql +- Modern Linux/Unix operating systems: **Ubuntu/Debian or FreeBSD** +- The most recent version of PHP and Apache (Kanboard is compatible with PHP 5.3, 5.4, 5.5, 5.6 and 7.0) +- Use Sqlite database only when you have a disk with fast I/O (SSD disks) otherwise use Mysql or Postgresql Client side ----------- |