Merge branch 'master' of https://github.com/KorAP/Kalamar
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index 60833a8..7103fe9 100644
--- a/lib/Kalamar.pm
+++ b/lib/Kalamar.pm
@@ -97,6 +97,9 @@
   my $text   = $doc->get('/:text_id');
   my $match  = $text->get('/:match_id');
   $match->to('search#match_info')->name('match');
+
+  # Default user is called 'korap'
+  # $r->route('/user/:user/:collection')
 };