浏览代码

Quick doc fix (#2243)

மனோஜ்குமார் பழனிச்சாமி 1 年之前
父节点
当前提交
4afd85e591
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/usage/intro.mdx

+ 1 - 1
docs/modules/usage/intro.mdx

@@ -83,7 +83,7 @@ docker run -it \
     ghcr.io/opendevin/opendevin:0.6
 ```
 
-You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. Place your code in `./workspace` to have Devin operate on them.
+You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. To have OpenDevin operate on your code, place it in `./workspace`.
 
 OpenDevin will only have access to this workspace folder. The rest of your system will not be affected as it runs in a secured docker sandbox.