aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-05-06 15:40:03 +0000
committerGitHub2021-05-06 15:40:03 +0000
commitb6c0b494f0f011ed29e760f98c7ed63bd8a21b80 (patch)
treed87cb1b8462b8685f9959ed92f269e6947086744
parent8e93a5c616548bb96c682f00d4702c48072d943c (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.