Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
halkeye committed Apr 10, 2021
1 parent a5eba1a commit bd4b1f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ Express endpoint parser to retrieve a list of the passed router with the set ver
## Installation

```sh
npm install express-list-endpoints
npm install express-routes
```

## Examples of use

### Print Routes

```js
const { printRoutes } = require('express-list-endpoints');
const { printRoutes } = require('express-routes');

const app = require('express')();

Expand All @@ -46,7 +46,7 @@ GET /about
### Get Endpoints

```js
const { getEndpoints } = require('express-list-endpoints');
const { getEndpoints } = require('express-routes');

const app = require('express')();

Expand Down

0 comments on commit bd4b1f9

Please sign in to comment.