README: spelling is difficult

This commit is contained in:
Max Leiter 2022-03-29 11:53:39 -07:00
parent 6f811f66a5
commit 29743a67a5
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -46,7 +46,7 @@ You can change these to your liking.
## Running with pm2
It's easy to start Drift using [pm2](https://pm2.keymetrics.io/).
First, add `.env` files to `client/` and `server/` with thev values you want (see the above section for possible values).
First, add `.env` files to `client/` and `server/` with the values you want (see the above section for possible values).
Then, use the following commands to start the client and server:
- `cd server && yarn build && pm2 start yarn --name drift-server --interpreter bash -- start`