Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
puzpuzpuz committed Jun 10, 2020
1 parent 3e32e1e commit 1089901
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ async function find (entityId) {

### Legacy Fastify middleware

There is a connect-style middleware available for Fastify, but it is deprecated and may be removed
in one of upcoming releases. If you happen to use it in your application, you should migrate to
the Fastify plugin.
There is a connect-style middleware available for Fastify, but it is deprecated and may be removed in one of upcoming releases. If you happen to use it in your application, you should migrate to the Fastify plugin.

```js
fastify.use(rTracer.fastifyMiddleware())
Expand Down Expand Up @@ -284,9 +282,9 @@ const logger = createLogger({

Complete samples for Express, Fastify and Koa are available in `/samples/` directory.

## Middleware/plugin configuration
## Configuration

These are the available config options for the middleware functions. All config entries are optional.
These are the available config options for the middleware/plugin functions. All config entries are optional.

```javascript
{
Expand Down

0 comments on commit 1089901

Please sign in to comment.