Skip to content

Commit

Permalink
README.md: Fix typo in Options section (s/socks/sockjs)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert authored and Svish committed May 20, 2021
1 parent 92309ef commit c25b44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import 'cypress-hmr-restarter/gatsby';
```jsonc
{
// Overrides assuming URL via baseUrl
"hmrUrl": "ws://localhost:3000/socks-node", // default import
"hmrUrl": "ws://localhost:3000/sockjs-node", // default import
"hmrUrl": "http://localhost:3000/__webpack_hmr", // gatsby import

// Overrides delay between event and restart (ms)
Expand Down

0 comments on commit c25b44c

Please sign in to comment.