diff --git a/README.md b/README.md index 2d4c818..3b9d628 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BSX -The card game B.S., but better! Currently under development. +The card game BS, but better! Currently under development. ## Developing You can use `NEXT_PUBLIC_BACK_HOST=localhost:4000 npm run dev` to run the frontend and `PORT=4000 node dist/index.js` to run the backend after building it.