소스 검색

fixed examples link

Andi Dittrich 4 년 전
부모
커밋
db54e1140a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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