Browse Source

removed tar download link

Andi Dittrich 4 years ago
parent
commit
6e8a0c7d44
2 changed files with 2 additions and 8 deletions
  1. 1 8
      README.md
  2. 1 0
      lib/express.js

+ 1 - 8
README.md

@@ -36,14 +36,7 @@ Just clone/download the git repository **or** use the prebuild packages (only th
 
 ## Download Prebuild Packages (Pages only, en_US) ##
 
-**Direct Download**
-* [Download TAR Archive](https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar)
-
-**Shell/Bash**
-```shell
-# TAR Archive
-wget https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar
-```
+* [Download Single Files](https://github.com/HttpErrorPages/HttpErrorPages/tree/master/dist)
 
 ## NGINX Integration ##
 

+ 1 - 0
lib/express.js

@@ -57,6 +57,7 @@ module.exports = async function httpErrorPages(router, options={}){
     });
 
     // internal errors (all)
+    // eslint-disable-next-line no-unused-vars
     router.use(function(err, req, res, next){
         // status code given ?
         if (err.status){