From 29743a67a53154da6cb143762123f3263974a2c9 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Tue, 29 Mar 2022 11:53:39 -0700 Subject: [PATCH] README: spelling is difficult --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4bb7674..753e50fd 100644 --- a/README.md +++ b/README.md @@ -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`