Skip to content

Commit 5d17648

Browse files
author
Jonas Pfenniger
committed
doc: Updated patching instructions
1 parent 57c5c6a commit 5d17648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ after a successful HTTP requests. The patch adds request.connection.hikack()
1313
to change that behavior in case of WebSocket connections.
1414

1515
To apply the patches, go in the root of your nodejs code, and apply:
16-
`patch -P0 < ../path-to/node-http-websocket/patches/*.patch`
16+
`git am ../path-to/node-http-websocket/patches/*.patch`
1717

1818

1919
Cheers,

0 commit comments

Comments
 (0)