Skip to content

Commit daa2db0

Browse files
committed
docs: adjust docs
1 parent 203fd89 commit daa2db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
`fastify-racing` is a plugin which allows to infer the incoming request's IP based on a custom subset of well known headers used by different providers or technologies that possible sits in-front of your fastify application.
5+
`fastify-ip` is a plugin which allows to infer the incoming request's IP based on a custom subset of well known headers used by different providers or technologies that possible sits in-front of your fastify application.
66

77
## How it works?
88

@@ -37,7 +37,7 @@ const fastify = require('fastify')({
3737
logger: true
3838
})
3939

40-
fastify.register(require('fastify-racing'), {
40+
fastify.register(require('fastify-ip'), {
4141
order: ['x-my-ip-header'],
4242
strict: false
4343
})

0 commit comments

Comments
 (0)