More documentation, clean up tests
diff --git a/t/basic.t b/t/basic.t
index 7511236..7810313 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -6,7 +6,7 @@
 my $t = Test::Mojo->new('Kalamar');
 $t->get_ok('/')
   ->status_is(200)
-  ->text_is('title', 'KorAP')
-  ->text_like('h1 span', qr/Korpusanalyseplattform/i);
+  ->text_is('title', 'KorAP - Corpus Analysis Platform')
+  ->text_is('h1 span', 'KorAP - Corpus Analysis Platform');
 
 done_testing();