Skip to content

Commit 3b06713

Browse files
committed
Readme Test
1 parent 160f4f1 commit 3b06713

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div id="intro">
55
<h4 align="center"><code><strong><a href="https://www.github.com/richpeck/exception_handler">ExceptionHandler</a></strong></code> is presently the MOST POPULAR exceptions gem for <a href="https://medium.com/ruby-on-rails-web-application-development/custom-400-500-error-pages-in-ruby-on-rails-exception-handler-3a04975e4677">CUSTOM Rails error pages</a>.</h4>
66
<p align="center">
7-
With <strong>240,000+ downloads</strong>, it is the *only* gem to provide <strong>custom 400/500 exception pages for Rails 5 & 6</strong>
7+
With <strong>290,000+ downloads</strong>, it is the *only* gem to provide <strong>custom 400/500 exception pages for Rails 5 & 6</strong>
88
</p>
99
<p><img src="./readme/dev.png" /></p>
1010
<h4 align="center">Current <a href="https://github.com/richpeck/exception_handler/releases"><u>0.8.0.0</u></a> (August 2018)</h4>
@@ -68,7 +68,7 @@
6868
gem 'exception_handler', '~> 0.8.0.0'</code></pre>
6969
<p>Because <b>ExceptionHandler</b> is built around a Rails engine, there is <b>nothing</b> to be done to get it working in production. Installing the Gem <b><i>should</i></b> translate your production 4xx/5xx error pages into dynamic views.</p>
7070
<p>Environments <u>other</u> than production (development/staging) required the <a href="#dev"><code>dev</code></a> variable to be <code>true</code>.</p>
71-
<p><a href="#dev"><u>Explained below</u></a> ↴</p>
71+
<p>Explained below ↴</p>
7272
</div>
7373

7474
<!-- Sep -->
@@ -90,9 +90,7 @@ gem 'exception_handler', '~> 0.8.0.0'</code></pre>
9090
---
9191

9292
<!-- Config -->
93-
<div id="config">
94-
<h5>📁 Config</h5>
95-
</div>
93+
<div id="config">&nbsp;</div>
9694

9795
The **ONLY** thing you need to manage `ExceptionHandler` is its [`config`](https://github.com/richpeck/exception_handler/blob/master/lib/exception_handler/config.rb) settings.
9896

0 commit comments

Comments
 (0)