Browse Source

fixed examples link

Andi Dittrich 4 years ago
parent
commit
db54e1140a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -124,7 +124,7 @@ yarn add http-error-pages
 
 **Example**
 
-A ready-to-use example can be found in [examples/express.js](exmaples/express.js)
+A ready-to-use example can be found in [examples/express.js](examples/express.js)
 
 ```js
 const _express = require('express');
@@ -197,7 +197,7 @@ yarn add http-error-pages
 
 **Example**
 
-A ready-to-use example can be found in [examples/koa.js](exmaples/koa.js). 
+A ready-to-use example can be found in [examples/koa.js](examples/koa.js). 
 Keep in mind that the following example has to be executed within an async context!
 
 ```js