diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9dcf760e..2f1e3f9b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,8 +115,8 @@ npm run dev ## Backend Server -For development, it binds to `0.0.0.0:3001` by default. -For production, it binds to `0.0.0.0:3000` by default. +It binds to `0.0.0.0:3001` by default. + It is mainly a socket.io app + express.js.