Skip to content

Commit 7a3e5f0

Browse files
Update README.md
1 parent ecd8072 commit 7a3e5f0

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 @@ Start your server with the following command:
2424
NODE_OPTIONS='--require "wirebird-client/inject"' WIREBIRD=ui <command to start server>
2525
```
2626

27-
, where `<command to start server>` is a command which you used to start your server: `npm start`, `next start`, `gatsby develop`, `node ./index.js`, 'ts-node ./index.ts', etc
27+
, where `<command to start server>` is a command which you used to start your server: `npm start`, `next start`, `gatsby develop`, `node ./index.js`, `ts-node ./index.ts`, etc
2828

2929
It will patch the original Node.js `http` module so that all outgoing requests would be intercepted and sent to the globally installed Wirebird.
3030

0 commit comments

Comments
 (0)