comparison mod_http_pep_avatar/README.markdown @ 3576:1396ce148073

mod_http_pep_avatar/README: Mark up example URL as code snippet
author Kim Alvefur <zash@zash.se>
date Sun, 05 May 2019 09:22:53 +0200
parents 461429e0db58
children 451514e2d369
comparison
equal deleted inserted replaced
3575:00bdecb12779 3576:1396ce148073
8 [XEP-0084: User Avatar] via [PEP][doc:modules:mod_pep]. 8 [XEP-0084: User Avatar] via [PEP][doc:modules:mod_pep].
9 9
10 # Configuring 10 # Configuring
11 11
12 Simply load the module. Avatars are then available at 12 Simply load the module. Avatars are then available at
13 http://<host>:5280/pep_avatar/<username> 13 `http://<host>:5280/pep_avatar/<username>`
14 14
15 modules_enabled = { 15 modules_enabled = {
16 ... 16 ...
17 "http_avatar"; 17 "http_avatar";
18 } 18 }