Skip to content

Commit 0e7a038

Browse files
committed
Updated README
1 parent 8e912a5 commit 0e7a038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm i fastify-http-proxy fastify
2424
const Fastify = require('fastify')
2525
const server = Fastify()
2626

27-
server.register(proxy, {
27+
server.register(require('fastify-http-proxy'), {
2828
upstream,
2929
prefix: '/upstream', // optional
3030
http2: false // optional

0 commit comments

Comments
 (0)