diff options
-rw-r--r-- | Configuration.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Configuration.md b/Configuration.md index b50cbf6..076385c 100644 --- a/Configuration.md +++ b/Configuration.md @@ -69,9 +69,9 @@ Enable or disable the use of slug URLs for item permalinks. If disabled, the uni ## Directories Item base directories relative to your base directory where the application is installed. -* `PAGE.DIRECTORY`: [string: `'page/'`] -* `POST.DIRECTORY`: [string: `'post/'`] -* `USER.DIRECTORY`: [string: `'user/'`] +* `PAGE.DIRECTORY`: [string: `'page'`] +* `POST.DIRECTORY`: [string: `'post'`] +* `USER.DIRECTORY`: [string: `'user'`] ## Emoticons Enable or disable parsing of emoticons for the body of the item. |