clean up travis config for distar
[catagits/Catalyst-Runtime.git] / README.mkdn
index 9866622..203d418 100644 (file)
@@ -2,14 +2,6 @@
 
 Catalyst - The Elegant MVC Web Application Framework
 
-<div>
-
-</div>
-
-&lt;a href="https://badge.fury.io/pl/Catalyst-Runtime">&lt;img src="https://badge.fury.io/pl/Catalyst-Runtime.svg" alt="CPAN version" height="18">&lt;/a>
-&lt;a href="https://travis-ci.org/perl-catalyst/catalyst-runtime/">&lt;img src="https://api.travis-ci.org/perl-catalyst/catalyst-runtime.png" alt="Catalyst>&lt;/a>
-&lt;a href="http://cpants.cpanauthors.org/dist/Catalyst-Runtime">&lt;img src="http://cpants.cpanauthors.org/dist/Catalyst-Runtime.png" alt='Kwalitee Score' />&lt;/a>
-
 # SYNOPSIS
 
 See the [Catalyst::Manual](https://metacpan.org/pod/Catalyst::Manual) distribution for comprehensive
@@ -1578,7 +1570,7 @@ This has been done since not all people need this feature and we wish to restric
     when the application is in an unexpected state.
 
     Before version 5.90070, the default used to be false. To keep the old
-    behaviour, you can explicitely set the value to false. E.g.
+    behaviour, you can explicitly set the value to false. E.g.
 
         __PACKAGE__->config(abort_chain_on_error_fix => 0);