From 7448d9147b7804b2837767cb19c263bec63247bc Mon Sep 17 00:00:00 2001 From: 808vita <97225946+808vita@users.noreply.github.com> Date: Fri, 29 Mar 2024 06:06:56 +0530 Subject: [PATCH] Update README.md (#323) Frontend readme updated - for terminal section --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index 567ef3e9435d..8b4b82ff2e5a 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -30,6 +30,6 @@ To learn React, check out the [React documentation](https://reactjs.org/). The OpenDevin terminal is powered by [Xterm.js](https://github.com/xtermjs/xterm.js). -The terminal listens for events over a WebSocket connection. The WebSocket URL is specified by the environment variable `REACT_APP_TERMINAL_WS_URL` (prepending `REACT_APP_` to environment variable names is necessary to expose them). +The terminal listens for events over a WebSocket connection. The WebSocket URL is specified by the environment variable `VITE_TERMINAL_WS_URL` (prepending `VITE_` to environment variable names is necessary to expose them). A simple websocket server can be found in the `/server` directory.